FIX: Lower z-index for TOC element
Fixes overlapping with docked chat.
This commit is contained in:
parent
5b051e183a
commit
bdea0e2af1
|
@ -227,7 +227,7 @@
|
|||
}
|
||||
}
|
||||
#d-toc {
|
||||
z-index: z("header") + 1;
|
||||
z-index: z("timeline" + 1);
|
||||
background: var(--secondary, $secondary);
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in New Issue