summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-03 16:23:04 +0100
committerPhil Hughes <me@iamphill.com>2017-08-03 16:23:04 +0100
commit86a66647a7a3ee926772bdc055b089e4e4c8447f (patch)
tree474838066bf3cd8247b9ce6abf9954c78903d3fd
parent2a73be51619d0ab1feab1e7b9f52541e9b1432f5 (diff)
downloadgitlab-ce-navbar-z-index-higher.tar.gz
Increase the z-index of the navbarnavbar-z-index-higher
Closes #35935
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 1c4238bc564..15de46dc5a9 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -24,7 +24,7 @@ header {
&.navbar-gitlab {
padding: 0 16px;
- z-index: 400;
+ z-index: 2000;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;