aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-08-21 21:47:04 +0200
committerMichael Weimann <mail@michael-weimann.eu>2018-08-21 21:47:04 +0200
commite0f29cadaf1726b57b9fc045b0229d48b5898e88 (patch)
tree42eea7239290f805d642ee29c691ad22450c4e65
parent1a7516dd9346321668bd4a93f8f878ebf2d45ef3 (diff)
downloadnextcloud-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.scss3
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;
}
}