Fix sidebar z ordering
This commit is contained in:
parent
9ffda9c70a
commit
de969ce871
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue