Skip to content
Snippets Groups Projects

Replaced duplicate z-index with index of 400

Merged Luke "Jared" Bennett requested to merge fix-header-z-index into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,13 +24,13 @@ header {
@@ -24,13 +24,13 @@ header {
&.navbar-gitlab {
&.navbar-gitlab {
padding: 0 16px;
padding: 0 16px;
 
z-index: 400;
margin-bottom: 0;
margin-bottom: 0;
min-height: $header-height;
min-height: $header-height;
background-color: $gray-light;
background-color: $gray-light;
border: none;
border: none;
border-bottom: 1px solid $border-color;
border-bottom: 1px solid $border-color;
position: fixed;
position: fixed;
z-index: 400;
top: 0;
top: 0;
left: 0;
left: 0;
right: 0;
right: 0;
Loading