Add higher z-index to fixed nav
This commit is contained in:
parent
ffabab80a7
commit
912d02bf6a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ header {
|
|||
border: none;
|
||||
border-bottom: 1px solid $border-color;
|
||||
position: fixed;
|
||||
z-index: 300;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in a new issue