diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 17:47:50 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 17:47:50 +0000 |
commit | 820470af545b5f57ec87ab9046384799061c0749 (patch) | |
tree | cae6e129879cac55fe6f3a8cef84b0232c1d75d1 /app/assets | |
parent | c04f85a3338c415bde094a04d0d027bcd396dfdf (diff) | |
parent | 56c00d1ce3369641d5d744130a6018b30bcdba73 (diff) | |
download | gitlab-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
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 2 |
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; |