From 955fe52b488d655f92da18545465ab12d5db0923 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 12 Dec 2023 21:33:11 +0000 Subject: [PATCH] [CSS} Removes the unset has it breaks other areas this isnt the fix! --- assets/css/general.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index fdf1a1f4..c71c61a6 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -743,16 +743,4 @@ 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