fix(ui): move sidebar above other content

This commit is contained in:
Kasper Seweryn 2023-05-06 03:01:49 +02:00 committed by jooola
parent a4def53e99
commit b00e92c4ec
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
vertical-align: middle;
}
&.sidebar {
z-index: 10000 !important;
overflow-y: visible !important;
background: var(--sidebar-background);
z-index: 1;