fix(ToC): 🐛 increase z-index of ToC backdrop

This commit is contained in:
alistair3149 2024-07-09 16:51:25 -04:00
parent b5180bfbda
commit c555dfe1bf
No known key found for this signature in database

View file

@ -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