FIX: Lower z-index for TOC element

Fixes overlapping with docked chat.
This commit is contained in:
Penar Musaraj 2021-12-13 11:11:11 -05:00
parent 5b051e183a
commit bdea0e2af1
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
} }
} }
#d-toc { #d-toc {
z-index: z("header") + 1; z-index: z("timeline" + 1);
background: var(--secondary, $secondary); background: var(--secondary, $secondary);
position: fixed; position: fixed;
right: 0; right: 0;