Merge pull request #2356 from acid-chicken/patch-3

Fix z-index
This commit is contained in:
syuilo 2018-08-20 07:44:57 +09:00 committed by GitHub
commit fd3f8d43db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ root(isDark)
top 47px
box-shadow 0 4px 4px isDark ? rgba(#000, 0.3) : rgba(#000, 0.07)
background-color $bg
z-index 1
z-index 2
> .nav-container
display flex