master
xaoxuu 4 years ago
parent 3fa254bb13
commit 7cf91c04fa
  1. 4
      source/css/_layout/navbar.styl
  2. 2
      source/css/_layout/search.styl

@ -4,7 +4,7 @@
left: 0
height: 2px
width: 100%
z-index: 9999
z-index: 999999
#loading-bar
position: fixed
@ -18,7 +18,7 @@
$iconW = 32px
$iconMargin = 4px
position: fixed
z-index: 99
z-index: 99999
top: 0
width: 100%
height: $navbar-height

@ -7,7 +7,7 @@
width: 100%
height: 100%
padding: 60px 20px
z-index: 99
z-index: 99999 + 1
@media screen and (max-width: $modal-threshold)
padding: 0px
.modal

Loading…
Cancel
Save