From cc6aed936259f39d2c46d541add48d6dd851ec5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 11 Jun 2019 10:17:09 +0200 Subject: [PATCH] Fix mobile menu over app-content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 3ad40dc742..bccb2fe05b 100644 --- a/core/css/mobile.scss +++ b/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; }