diff options
Diffstat (limited to 'core/css')
-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; } } |