summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-07 14:41:27 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-07 14:41:27 +0000
commit3fbb7114e5f5fb818ae5447b879a2194ee5bb701 (patch)
tree5cb5a7bf779a3b1a3d306bf045e07b674fa56bc3
parent1e207e8a1ad3c7885192b17a44dab2c350c5fa5a (diff)
parent86a66647a7a3ee926772bdc055b089e4e4c8447f (diff)
downloadgitlab-ce-3fbb7114e5f5fb818ae5447b879a2194ee5bb701.tar.gz
Merge branch 'navbar-z-index-higher' into 'master'
Increase the z-index of the navbar Closes #35935 See merge request !13282
-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 4a69c14fa7e..d9f92e93160 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -26,7 +26,7 @@ header {
&.navbar-gitlab {
padding: 0 16px;
- z-index: 400;
+ z-index: 2000;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;