Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/header.scss')
-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 b12ab5c6ac7..3b3a87ec714 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -438,6 +438,7 @@ nav[role='navigation'] {
#appmenu {
display: inline-flex;
min-width: $header-height;
+ z-index: 2;
li {
position: relative;
@@ -557,7 +558,7 @@ nav[role='navigation'] {
}
#more-apps {
- z-index: 2;
+ z-index: 3;
}
}