mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +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;
|
||||
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
||||
left: 0;
|
||||
z-index: @z-index-sticky; // Keep ToC above sticky header and page action, but below site header
|
||||
display: flex;
|
||||
flex-direction: column-reverse; // HACK: Place button below ToC
|
||||
pointer-events: none; // HACK: Make background clickable
|
||||
|
|
Loading…
Reference in a new issue