#12381 fix dropdown select2 modal position
This commit is contained in:
parent
f273b51fc3
commit
194a3ca8c4
|
@ -1387,7 +1387,7 @@ $table_advanced->data['made_enabled'][0] = html_print_checkbox_switch(
|
|||
'made_enabled',
|
||||
1,
|
||||
(bool) $made_enabled,
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
'',
|
||||
false,
|
||||
|
|
|
@ -12798,3 +12798,7 @@ tr.shown td.details-control {
|
|||
position: relative;
|
||||
top: -92px;
|
||||
}
|
||||
|
||||
.tags_selected_container > span.select2 {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue