mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
fix(core): 🐛 explictly set z-index for body container
That should avoid position relative elements from going over the sticky header. Closes: #577
This commit is contained in:
parent
c555dfe1bf
commit
2794a3269c
|
@ -47,6 +47,7 @@
|
|||
}
|
||||
|
||||
.citizen-body {
|
||||
z-index: @z-index-base; // Stop body content going over sticky header
|
||||
grid-area: content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue