Fixed modals being below navbar
This commit is contained in:
parent
a4e394cafe
commit
5459d4f12d
2 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ header {
|
||||||
|
|
||||||
&.navbar-gitlab {
|
&.navbar-gitlab {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
z-index: 2000;
|
z-index: 1000;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
min-height: $header-height;
|
min-height: $header-height;
|
||||||
background-color: $gray-light;
|
background-color: $gray-light;
|
||||||
|
|
|
@ -162,3 +162,5 @@ $pre-color: $gl-text-color !default;
|
||||||
$pre-border-color: $border-color;
|
$pre-border-color: $border-color;
|
||||||
|
|
||||||
$table-bg-accent: $gray-light;
|
$table-bg-accent: $gray-light;
|
||||||
|
|
||||||
|
$zindex-popover: 900;
|
||||||
|
|
Loading…
Reference in a new issue