Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-03 18:23:04 +0300
committerPhil Hughes <me@iamphill.com>2017-08-03 18:23:04 +0300
commit86a66647a7a3ee926772bdc055b089e4e4c8447f (patch)
tree474838066bf3cd8247b9ce6abf9954c78903d3fd /app/assets/stylesheets/framework/header.scss
parent2a73be51619d0ab1feab1e7b9f52541e9b1432f5 (diff)
Increase the z-index of the navbar
Closes #35935
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-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 1c4238bc564..15de46dc5a9 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -24,7 +24,7 @@ header {
&.navbar-gitlab {
padding: 0 16px;
- z-index: 400;
+ z-index: 2000;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;