mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix(core): 🐛 sticky header flickering
This commit is contained in:
parent
77bba6f232
commit
a1b2f7f184
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue