mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
fix(ToC): 🐛 increase z-index of ToC backdrop
This commit is contained in:
parent
b5180bfbda
commit
c555dfe1bf
|
@ -102,6 +102,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
||||||
left: 0;
|
left: 0;
|
||||||
|
z-index: @z-index-sticky; // Keep ToC above sticky header and page action, but below site header
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse; // HACK: Place button below ToC
|
flex-direction: column-reverse; // HACK: Place button below ToC
|
||||||
pointer-events: none; // HACK: Make background clickable
|
pointer-events: none; // HACK: Make background clickable
|
||||||
|
|
Loading…
Reference in a new issue