[TASK] change position unset sticky header
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m3s

This commit is contained in:
Marie Birner 2024-02-19 21:40:16 +01:00
parent 133b83d7da
commit 7f18239121

View File

@ -67,11 +67,11 @@ details > summary {
} }
details details > summary { details details > summary {
position: unset !important;
background: red; background: red;
} }
details details details > summary { details details details > summary {
position: unset !important;
background: blue; background: blue;
} }
@ -90,6 +90,10 @@ summary h5 {
flex-grow: 1; flex-grow: 1;
} }
summary.js-is-sticky {
padding: 1rem 0;
}
summary.js-is-sticky h2, summary.js-is-sticky h2,
summary.js-is-sticky h3, summary.js-is-sticky h3,
summary.js-is-sticky h4, summary.js-is-sticky h4,
@ -99,6 +103,8 @@ summary.js-is-sticky h5 {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem;
font-weight: 700;
} }
.par { .par {