Commit 199c0124 authored by Doug Stull's avatar Doug Stull

Add header variable for z index

parent 9e4e498e
.navbar-gitlab { .navbar-gitlab {
padding: 0 16px; padding: 0 16px;
z-index: 1000; z-index: $header-zindex;
margin-bottom: 0; margin-bottom: 0;
min-height: $header-height; min-height: $header-height;
border: 0; border: 0;
......
...@@ -386,6 +386,7 @@ $browser-scrollbar-size: 10px; ...@@ -386,6 +386,7 @@ $browser-scrollbar-size: 10px;
* Misc * Misc
*/ */
$header-height: 40px; $header-height: 40px;
$header-zindex: 1000;
$suggestion-header-height: 46px; $suggestion-header-height: 46px;
$ide-statusbar-height: 25px; $ide-statusbar-height: 25px;
$fixed-layout-width: 1280px; $fixed-layout-width: 1280px;
......
...@@ -223,5 +223,5 @@ ...@@ -223,5 +223,5 @@
} }
.popover.suggest-gitlab-ci-yml { .popover.suggest-gitlab-ci-yml {
z-index: 240; z-index: $header-zindex - 1;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment