[TASK] change position unset sticky header
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m3s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m3s
This commit is contained in:
parent
133b83d7da
commit
7f18239121
@ -67,11 +67,11 @@ details > summary {
|
||||
}
|
||||
|
||||
details details > summary {
|
||||
position: unset !important;
|
||||
background: red;
|
||||
}
|
||||
|
||||
details details details > summary {
|
||||
position: unset !important;
|
||||
background: blue;
|
||||
}
|
||||
|
||||
@ -90,6 +90,10 @@ summary h5 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
summary.js-is-sticky {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
summary.js-is-sticky h2,
|
||||
summary.js-is-sticky h3,
|
||||
summary.js-is-sticky h4,
|
||||
@ -99,6 +103,8 @@ summary.js-is-sticky h5 {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.par {
|
||||
|
Loading…
Reference in New Issue
Block a user