Change CSS to fix usability issue from the community

pull/840/head
Alex P 2017-02-01 10:02:56 -08:00
parent ab3a74b5d2
commit 7adbaf11fa
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
.multi-select-dropdown.open { .multi-select-dropdown.open {
.dropdown-options { .dropdown-options {
visibility: visible; visibility: visible;
z-index: 9999;
} }
.dropdown-menu, .dropdown-menu,
.multi-select-dropdown__apply { .multi-select-dropdown__apply {