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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;