fix(core): 🐛 sticky header flickering

This commit is contained in:
alistair3149 2022-12-06 16:57:22 -05:00
parent 77bba6f232
commit a1b2f7f184
No known key found for this signature in database

View file

@ -1,9 +1,10 @@
#citizen-body-header-sticky-sentinel {
position: absolute;
right: 0;
left: 0;
height: 1px;
visibility: hidden;
grid-area: content; // align right above content
contain: strict;
}
.ve-activated,
@ -30,7 +31,6 @@
.firstHeading {
font-size: var( --font-size-h3 );
transition: font-size @transition-timing-fast ease;
}
.citizen-jumptotop {