z-index fix

This commit is contained in:
Kris 2018-07-26 12:11:40 -04:00
parent b1169fc444
commit 8d67b20d37
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
.select-kit.is-expanded {
z-index: z("composer", "dropdown");
z-index: z("composer", "dropdown") + 1;
}
}