summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-17 10:14:09 +0100
committerPhil Hughes <me@iamphill.com>2016-05-25 08:43:58 +0100
commit56c00d1ce3369641d5d744130a6018b30bcdba73 (patch)
tree51398b11eaae5bf53e848d0bac221c471b955115
parentfbef0cc90d3ea8a882af22361153de0db1c7aafe (diff)
downloadgitlab-ce-layout-nav-zindex.tar.gz
Increased zindex of layout navlayout-nav-zindex
This fixes issues where group inputs would be above the dropdown in the nav Closes #17524
-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;