Fixed modals being below navbar

This commit is contained in:
Phil Hughes 2017-08-07 22:21:20 +01:00
parent a4e394cafe
commit 5459d4f12d
No known key found for this signature in database
GPG key ID: DB8CE4B3A3EE91AB
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ header {
&.navbar-gitlab {
padding: 0 16px;
z-index: 2000;
z-index: 1000;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;

View file

@ -162,3 +162,5 @@ $pre-color: $gl-text-color !default;
$pre-border-color: $border-color;
$table-bg-accent: $gray-light;
$zindex-popover: 900;