[Awards][Popups] Fix popup menus when using modals on awards

这个提交包含在:
Peter Goodhall 2023-12-12 13:34:56 +00:00
父节点 4fcbc9e78d
当前提交 a8c67b1f19

查看文件

@ -743,4 +743,16 @@ table.dataTable tfoot td {
#partial_view .table-responsive {
overflow-x: unset;
}
.qso-dialog .modal-body {
overflow: unset !important;
}
.qso-dialog .table-responsive {
overflow: unset !important;
}
.qso-dialog .dataTables_scrollBody {
overflow: unset !important;
}