mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: nav-pill dropdown overlaps category-selector when both are open
This commit is contained in:
parent
806f0ca19d
commit
5fc4e9e324
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user