Skip to content

Commit

Permalink
Fix record selector prompt dropdown menu appearing behind the prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Mar 4, 2024
1 parent 1060824 commit 27e142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vue/src/components/input/CInputSelect.vue
Expand Up @@ -261,7 +261,7 @@ export default {
}
.vs__dropdown-menu {
z-index: 1090;
z-index: 1100;
.vs__dropdown-option {
&.vs__dropdown-option--selected {
Expand Down

0 comments on commit 27e142c

Please sign in to comment.