Skip to content

Commit 85258ce

Browse files
authored
Merge pull request #2429 from bishabosha/fix-z-height
inline sticky should be below nav bar menus
2 parents 345c789 + e4d6e11 commit 85258ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/base/helper.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-webkit-box-shadow: 0 0 18px 20px #fff;
2121
-moz-box-shadow: 0 0 18px 20px #fff;
2222
box-shadow: 0 0 18px 20px #fff;
23-
z-index: 999;
23+
z-index: 5;
2424
}
2525

2626
.wrap-inline {

0 commit comments

Comments
 (0)