Skip to content

Commit

Permalink
fix(ToC): 🐛 increase z-index of ToC backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jul 9, 2024
1 parent b5180bf commit c555dfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c555dfe

Please sign in to comment.