fix: [layout:sidebar] sidebar's z-index must be on top of main overlay

pull/72/head
mokaddem 2021-09-09 12:24:12 +02:00
parent 7817a996fe
commit dd62152702
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ main.content {
left: 0;
transition: width .05s linear;
transform:translateZ(0) scale(1,1);
z-index:1040;
z-index:1041;
}
.sidebar.expanded, .sidebar:hover {