diff --git a/client/src/components/History/CurrentHistory/HistoryOperations/SelectionOperations.vue b/client/src/components/History/CurrentHistory/HistoryOperations/SelectionOperations.vue index 59076e8063af..7873e6c4bb2c 100644 --- a/client/src/components/History/CurrentHistory/HistoryOperations/SelectionOperations.vue +++ b/client/src/components/History/CurrentHistory/HistoryOperations/SelectionOperations.vue @@ -402,5 +402,6 @@ export default { diff --git a/client/src/style/scss/multiselect.scss b/client/src/style/scss/multiselect.scss index 05b4b3961220..55b70ab4f24c 100644 --- a/client/src/style/scss/multiselect.scss +++ b/client/src/style/scss/multiselect.scss @@ -95,3 +95,7 @@ } } } + +.multiselect--active { + z-index: 1500; // Should be on top of everything +}