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

Add header variable for z index

parent 9e4e498e
.navbar-gitlab {
padding: 0 16px;
z-index: 1000;
z-index: $header-zindex;
margin-bottom: 0;
min-height: $header-height;
border: 0;
......
......@@ -386,6 +386,7 @@ $browser-scrollbar-size: 10px;
* Misc
*/
$header-height: 40px;
$header-zindex: 1000;
$suggestion-header-height: 46px;
$ide-statusbar-height: 25px;
$fixed-layout-width: 1280px;
......
......@@ -223,5 +223,5 @@
}
.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