diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-08-21 21:47:04 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-08-21 21:47:04 +0200 |
commit | e0f29cadaf1726b57b9fc045b0229d48b5898e88 (patch) | |
tree | 42eea7239290f805d642ee29c691ad22450c4e65 | |
parent | 1a7516dd9346321668bd4a93f8f878ebf2d45ef3 (diff) | |
download | nextcloud-server-e0f29cadaf1726b57b9fc045b0229d48b5898e88.tar.gz nextcloud-server-e0f29cadaf1726b57b9fc045b0229d48b5898e88.zip |
Fixes the app menu
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 41ee0a63fbe..52a179cc5cb 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -441,6 +441,7 @@ nav[role='navigation'] { #appmenu { display: inline-flex; min-width: $header-height; + z-index: 2; li { position: relative; @@ -560,7 +561,7 @@ nav[role='navigation'] { } #more-apps { - z-index: 2; + z-index: 3; } } |