From 7adbaf11fa8eaae6bc62015da28a284bc32e5157 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 1 Feb 2017 10:02:56 -0800 Subject: [PATCH] Change CSS to fix usability issue from the community --- ui/src/style/components/multi-select-dropdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/components/multi-select-dropdown.scss b/ui/src/style/components/multi-select-dropdown.scss index f44674cad..04e96e614 100644 --- a/ui/src/style/components/multi-select-dropdown.scss +++ b/ui/src/style/components/multi-select-dropdown.scss @@ -49,6 +49,7 @@ .multi-select-dropdown.open { .dropdown-options { visibility: visible; + z-index: 9999; } .dropdown-menu, .multi-select-dropdown__apply {