FIX: nav-pill dropdown overlaps category-selector when both are open

This commit is contained in:
Joe
2018-06-20 13:09:14 +08:00
committed by GitHub
parent 806f0ca19d
commit 5fc4e9e324

View File

@ -103,7 +103,7 @@
.drop {
border: 1px solid $primary-low;
position: absolute;
z-index: z("dropdown");
z-index: z("dropdown") - 1;
background-color: $secondary;
padding: 0 10px 10px 10px;
width: 150px;