mirror of
https://github.com/discourse/DiscoTOC.git
synced 2025-02-17 17:04:51 +00:00
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 {
|
#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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user