Add z-index:1 for elements that need to overlap web-content

This commit is contained in:
MrOtherGuy
2019-11-14 17:48:20 +02:00
parent d15ab49549
commit 02fcff95cb
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width) !important;
z-index:1;
}
#main-window[sizemode="fullscreen"] #sidebar-box{ --uc-sidebar-width: 1px; }