Select2 z-index for dialogs

This commit is contained in:
Jonathan 2023-02-22 08:56:37 +01:00
parent 28d964651f
commit 4d5891cd02
2 changed files with 3 additions and 4 deletions

View File

@ -10591,7 +10591,6 @@ tr.bring_next_field {
vertical-align: middle;
text-align: left;
min-width: 150px !important;
z-index: 1115;
}
.select2-container .select2-selection--single,

View File

@ -71,7 +71,7 @@
position: absolute;
left: -100000px;
width: 100%;
z-index: 999;
z-index: 1115;
}
.select2-results {
display: block;
@ -265,8 +265,8 @@
cursor: default;
float: left;
margin-right: 3px;
margin-top: 2px;
height: 17px;
margin-top: 2px;
height: 17px;
padding: 0 5px;
}
.select2-container--default