#12381 fix dropdown select2 modal position

This commit is contained in:
Jonathan 2023-11-07 12:36:05 +01:00
parent f273b51fc3
commit 194a3ca8c4
2 changed files with 5 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ $table_advanced->data['made_enabled'][0] = html_print_checkbox_switch(
'made_enabled',
1,
(bool) $made_enabled,
false,
true,
false,
'',
false,

View File

@ -12798,3 +12798,7 @@ tr.shown td.details-control {
position: relative;
top: -92px;
}
.tags_selected_container > span.select2 {
background-color: white !important;
}