summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-19 13:00:44 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-19 13:00:44 +0000
commit9b4e40198e4b2426fc4234d7cea18ad4ec72cbd6 (patch)
treeb4fcebea60f91df76067c4308b8560846f187015
parenta35f76199b7e7a4e241eb29ccc798ed3c51ffe2c (diff)
downloadgitlab-ce-fix-header-z-index.tar.gz
Place z-index in same place as z-index on EE in header.scssfix-header-z-index
-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 3c24c5cdd65..ce8b27a1951 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -24,13 +24,13 @@ header {
&.navbar-gitlab {
padding: 0 16px;
+ z-index: 400;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;
border: none;
border-bottom: 1px solid $border-color;
position: fixed;
- z-index: 400;
top: 0;
left: 0;
right: 0;