Skip to content
Snippets Groups Projects
Unverified Commit cc6aed93 authored by John Molakvoæ's avatar John Molakvoæ
Browse files

Fix mobile menu over app-content

parent 14707391
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
left: 0; left: 0;
width: 44px; width: 44px;
height: 44px; height: 44px;
z-index: 149; z-index: 1050; // above app-content
background-color: rgba(255, 255, 255, .7); background-color: rgba(255, 255, 255, .7);
cursor: pointer; cursor: pointer;
opacity: .6; opacity: .6;
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
left: 0; left: 0;
width: 44px; width: 44px;
height: 44px; height: 44px;
z-index: 149; z-index: 1050; // above app-content
cursor: pointer; cursor: pointer;
opacity: 0.6; opacity: 0.6;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment