Browse Source
Fix mobile menu over app-content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/15913/head
John Molakvoæ (skjnldsv)
7 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with
2 additions and
2 deletions
-
core/css/mobile.scss
|
|
|
@ -64,7 +64,7 @@ |
|
|
|
left: 0; |
|
|
|
width: 44px; |
|
|
|
height: 44px; |
|
|
|
z-index: 149; |
|
|
|
z-index: 1050; // above app-content |
|
|
|
background-color: rgba(255, 255, 255, .7); |
|
|
|
cursor: pointer; |
|
|
|
opacity: .6; |
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
left: 0; |
|
|
|
width: 44px; |
|
|
|
height: 44px; |
|
|
|
z-index: 149; |
|
|
|
z-index: 1050; // above app-content |
|
|
|
cursor: pointer; |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
|