diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-11 15:25:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 15:25:16 +0200 |
commit | f18c7bef732b763ab7ac3af5ec566645f0aa79e1 (patch) | |
tree | 81dc5c237a41b504815d0fcc01539d796449d98a | |
parent | 24600ee330cc59b687d623dcf9da24526673e42e (diff) | |
parent | cc6aed936259f39d2c46d541add48d6dd851ec5f (diff) | |
download | nextcloud-server-f18c7bef732b763ab7ac3af5ec566645f0aa79e1.tar.gz nextcloud-server-f18c7bef732b763ab7ac3af5ec566645f0aa79e1.zip |
Fix mobile menu over app-content (#15913)
Fix mobile menu over app-content
-rw-r--r-- | core/css/mobile.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 3ad40dc7428..bccb2fe05bb 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; } |