13450-Fix select2 in dashboards with dark theme
This commit is contained in:
parent
2749881d30
commit
b30074d062
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue