diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index c725580d1..a699da12f 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -6,6 +6,7 @@ | |||
6 | height: calc(100vh - #{$header-height}); | 6 | height: calc(100vh - #{$header-height}); |
7 | padding: 0; | 7 | padding: 0; |
8 | width: $menu-width; | 8 | width: $menu-width; |
9 | z-index: 10000; | ||
9 | } | 10 | } |
10 | 11 | ||
11 | menu { | 12 | menu { |
@@ -16,7 +17,6 @@ menu { | |||
16 | white-space: nowrap; | 17 | white-space: nowrap; |
17 | text-overflow: ellipsis; | 18 | text-overflow: ellipsis; |
18 | overflow: hidden; | 19 | overflow: hidden; |
19 | z-index: 1000; | ||
20 | color: $menu-color; | 20 | color: $menu-color; |
21 | display: flex; | 21 | display: flex; |
22 | flex-direction: column; | 22 | flex-direction: column; |
@@ -230,7 +230,6 @@ menu { | |||
230 | @media screen and (max-width: 400px) { | 230 | @media screen and (max-width: 400px) { |
231 | .menu-wrapper { | 231 | .menu-wrapper { |
232 | width: 100% !important; | 232 | width: 100% !important; |
233 | z-index: 10000; | ||
234 | } | 233 | } |
235 | 234 | ||
236 | .top-menu { | 235 | .top-menu { |