mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(core): 🐛 hide sticky header overflow
This commit is contained in:
parent
f1fb5537c9
commit
6b9fe9c2fa
|
@ -26,6 +26,16 @@
|
|||
.mw-indicators {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// HACK: Hide overflow
|
||||
&:before {
|
||||
position: absolute;
|
||||
right: ~'calc( var(--padding-page ) * -1 )';
|
||||
left: ~'calc( var(--padding-page ) * -1 )';
|
||||
height: 100%;
|
||||
background-color: var( --color-surface-0 );
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
.page-heading {
|
||||
|
|
Loading…
Reference in a new issue