mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: nav-pill dropdown overlaps category-selector when both are open
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user