Set z-index for toc so that it is under float objects

This commit is contained in:
alistair3149 2020-06-11 18:31:13 -04:00
parent 41a71153a0
commit 70cbebf602
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -1,5 +1,6 @@
.toc {
position: fixed;
z-index: -1; // So that it is below float objects in content
max-width: 450px;
height: ~'calc( 100vh - @{header-height} * 2 - @{margin-side} * 2 )';
top: @header-height;