13450-Fix select2 in dashboards with dark theme

This commit is contained in:
Pablo Aragon 2024-04-10 15:50:59 +02:00
parent 2749881d30
commit b30074d062
1 changed files with 7 additions and 0 deletions

View File

@ -994,3 +994,10 @@ input.resize_button {
width: 100%;
justify-content: center;
}
.select2-container.select2-container--default.select2-container--open {
z-index: 999999;
}
.select2-search__field {
box-sizing: border-box !important;
}