From a8c67b1f190e38f7d7f6f573c51185bf6e8a7f8d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 12 Dec 2023 13:34:56 +0000 Subject: [PATCH] [Awards][Popups] Fix popup menus when using modals on awards --- assets/css/general.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index c71c61a6..fdf1a1f4 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -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; } \ No newline at end of file