Fix sidebar menu display

This commit is contained in:
Tamas Kocsis 2020-12-03 20:05:13 +01:00
parent c831d175ad
commit 8dafbef6ad
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.menu {
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; z-index: 999;
}
.drag-bg { width: 100%; height: 100%; position: fixed; }

View File

@ -111,7 +111,7 @@
.menu {
font-family: Roboto, 'Segoe UI', 'Helvetica Neue';
font-family: Roboto, 'Segoe UI', 'Helvetica Neue'; z-index: 999;
}
.drag-bg { width: 100%; height: 100%; position: fixed; }