Fix sidebar z ordering

This commit is contained in:
Neil Brommer 2023-08-28 15:00:13 -07:00
parent 9ffda9c70a
commit de969ce871

View file

@ -3,6 +3,7 @@
header {
position: fixed;
z-index: 100;
top: 0;
left: calc((var(--sidebar-width) + 2rem) * -1);
height: calc(100dvh - 2rem); // Account for margin