mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
Set z-index for toc so that it is under float objects
This commit is contained in:
parent
41a71153a0
commit
70cbebf602
|
@ -1,5 +1,6 @@
|
||||||
.toc {
|
.toc {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: -1; // So that it is below float objects in content
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
height: ~'calc( 100vh - @{header-height} * 2 - @{margin-side} * 2 )';
|
height: ~'calc( 100vh - @{header-height} * 2 - @{margin-side} * 2 )';
|
||||||
top: @header-height;
|
top: @header-height;
|
||||||
|
|
Loading…
Reference in a new issue