fix(ui): move sidebar above other content
This commit is contained in:
parent
a4def53e99
commit
b00e92c4ec
|
@ -35,6 +35,7 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
&.sidebar {
|
||||
z-index: 10000 !important;
|
||||
overflow-y: visible !important;
|
||||
background: var(--sidebar-background);
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in New Issue