Skip to content

Commit

Permalink
fix(style): header z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 29, 2017
1 parent 5cfac56 commit ccc7af1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/styles/nav.sass
Expand Up @@ -4,7 +4,6 @@
z-index: 90 !important
background-color: $white
position: relative
box-shadow: 1px 2px 5px rgba($black, 0.1)

.nav-logo
margin-left: -10px
Expand Down Expand Up @@ -208,7 +207,7 @@
padding-bottom: 30px
display: flex
align-items: center
z-index: 95 !important
z-index: 80 !important
box-shadow: 1px 2px 5px rgba($black, 0.1)
border-bottom: none
height: 50px
Expand Down

0 comments on commit ccc7af1

Please sign in to comment.