z-index fix

This commit is contained in:
Kris 2018-04-25 20:46:54 -04:00
parent 82cee14e46
commit 879aac39f7
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
#private-message-users { #private-message-users {
width: 404px; width: 404px;
} }
.select-kit.is-expanded {
z-index: z("composer","dropdown");
}
} }
.category-input { .category-input {