Fix mobile menu over app-content (#15913)

Fix mobile menu over app-content
This commit is contained in:
John Molakvoæ 2019-06-11 15:25:16 +02:00 committed by GitHub
commit f18c7bef73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}