summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-25 17:47:50 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-05-25 17:47:50 +0000
commit820470af545b5f57ec87ab9046384799061c0749 (patch)
treecae6e129879cac55fe6f3a8cef84b0232c1d75d1
parentc04f85a3338c415bde094a04d0d027bcd396dfdf (diff)
parent56c00d1ce3369641d5d744130a6018b30bcdba73 (diff)
downloadgitlab-ce-820470af545b5f57ec87ab9046384799061c0749.tar.gz
Merge branch 'layout-nav-zindex' into 'master'
Increased zindex of layout nav This fixes issues where group inputs would be above the dropdown in the nav ![Screen_Shot_2016-05-17_at_10.14.18](/uploads/08e4a43922051c28377ae6f34725ccc6/Screen_Shot_2016-05-17_at_10.14.18.png) Closes #17524 See merge request !4176
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index c70be58f48f..cb4ddac179e 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -196,7 +196,7 @@
position: fixed;
top: $header-height;
width: 100%;
- z-index: 3;
+ z-index: 11;
background: $background-color;
border-bottom: 1px solid $border-color;
transition-duration: .3s;