Fix sidebar menu display
This commit is contained in:
parent
c831d175ad
commit
8dafbef6ad
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue