Give nav higher z-index so it doesn't overlap with page content

This commit is contained in:
Maggie Walker 2016-09-21 14:42:42 -07:00 committed by Christoph Hartmann
parent 6e23b8eed9
commit 4d7e7180e1

View file

@ -20,6 +20,7 @@ $nav-breakpoint: 730px;
#main-nav {
position: fixed;
top: 0;
z-index: 1000;
width: 100%;
background: $white;