mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Added z-index to content to be higher than footer
This commit is contained in:
parent
15a33604dc
commit
2c0b6dd466
|
@ -17,6 +17,10 @@
|
|||
.mw-sidebar-sitename {
|
||||
margin-top: 42px;
|
||||
}
|
||||
|
||||
#content {
|
||||
z-index: 9; // Higher than footer
|
||||
}
|
||||
|
||||
#page-tools {
|
||||
z-index: 1; // Fix collision
|
||||
|
|
Loading…
Reference in a new issue