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
@@ -24,14 +24,13 @@ header {
&.navbar-gitlab {
padding: 0 16px;
z-index: 100;
z-index: 400;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;
border: none;
border-bottom: 1px solid $border-color;
position: fixed;
z-index: 300;
top: 0;
left: 0;
right: 0;
Loading