summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-08-22 16:11:15 +0200
committerGitHub <noreply@github.com>2018-08-22 16:11:15 +0200
commit04a744742a06f6f274f7d61fa5d0ab3c6fa72203 (patch)
treea34e949ecd6edc37d9abf2bfe2c07b9f47ea5c27 /core/css
parentbb2336f389619ea6dcd0a5fdfa82eb4f8cf28079 (diff)
parentba66cad1b46227d5a360aa688b114ad4d5cf0d4d (diff)
downloadnextcloud-server-04a744742a06f6f274f7d61fa5d0ab3c6fa72203.tar.gz
nextcloud-server-04a744742a06f6f274f7d61fa5d0ab3c6fa72203.zip
Merge pull request #10787 from nextcloud/fix/10786/click-the-last-app
Fixes the app menu
Diffstat (limited to 'core/css')
-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;
}
}