Fix bug with overlay zindex

This commit is contained in:
Senad Uka
2019-06-23 20:23:35 +02:00
parent 755f056abb
commit 41b5ebb5d7
3 changed files with 6 additions and 8 deletions

View File

@@ -37,11 +37,7 @@
width: 100%;
}
.noscrolling {
overflow: hidden;
}
.autoscroling {
overflow: auto;
.sidenav-overlay {
z-index: 996;
}