Merge branch '32303-nav-z-index' into 'master'

Add higher z-index to fixed nav

Closes #32303

See merge request !11393
This commit is contained in:
Fatih Acet 2017-05-16 10:27:50 +00:00
commit 051aaf8e53
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ header {
border: none;
border-bottom: 1px solid $border-color;
position: fixed;
z-index: 300;
top: 0;
left: 0;
right: 0;