Select2 z-index for dialogs
This commit is contained in:
parent
28d964651f
commit
4d5891cd02
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue