[Awards][Popups] Fix popup menus when using modals on awards
这个提交包含在:
父节点
4fcbc9e78d
当前提交
a8c67b1f19
共有 1 个文件被更改,包括 12 次插入 和 0 次删除
|
|
@ -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;
|
||||
}
|
||||
正在加载…
在新工单中引用