_sass/navigation/global.sass in slow-steps-0.1.1 vs _sass/navigation/global.sass in slow-steps-0.1.2
- old
+ new
@@ -14,16 +14,16 @@
justify-content: space-between
position: fixed
top: 0
white-space: nowrap
width: 100%
- z-index: 999
+ z-index: 99
.nav-brand
width: 30vw
padding-left: 3vw
- z-index: 2
+ z-index: 100
.site__logo *
transition: 2s ease-in
.nav-list
@@ -49,10 +49,11 @@
text-decoration: none
display: flex
.nav-group-content .nav-link
font-size: 1.7rem
-
+ z-index: 100
+
.nav-active
// we toggle this class in mobile-nav-slider.js on burger click
transform: translateX(0%)
.site__logo-active