mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 09:26:53 +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 {
|
.citizen-body {
|
||||||
|
z-index: @z-index-base; // Stop body content going over sticky header
|
||||||
grid-area: content;
|
grid-area: content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue