Skip to content

Commit

Permalink
Merge pull request #19309 from davelopez/24.1_fix_multi_select_clipping
Browse files Browse the repository at this point in the history
[24.1] Fix multi select clipping in some places
  • Loading branch information
jmchilton authored Dec 12, 2024
2 parents 0f83529 + 151612c commit 1a91049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,6 @@ export default {
<style>
.modal-with-selector {
overflow: initial;
min-height: 300px; /* To make room for the selector */
}
</style>
4 changes: 4 additions & 0 deletions client/src/style/scss/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@
}
}
}

.multiselect--active {
z-index: 1500; // Should be on top of everything
}

0 comments on commit 1a91049

Please sign in to comment.