Add higher z-index to fixed nav

This commit is contained in:
Annabel Dunstone Gray 2017-05-15 14:42:12 -05:00
parent ffabab80a7
commit 912d02bf6a
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;