mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
min-width: 150px !important;
|
min-width: 150px !important;
|
||||||
z-index: 1115;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--single,
|
.select2-container .select2-selection--single,
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: -100000px;
|
left: -100000px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 999;
|
z-index: 1115;
|
||||||
}
|
}
|
||||||
.select2-results {
|
.select2-results {
|
||||||
display: block;
|
display: block;
|
||||||
@ -265,8 +265,8 @@
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
.select2-container--default
|
.select2-container--default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user