diff --git a/build/css/style.css b/build/css/style.css index c2b8bf22..f51b7acb 100644 --- a/build/css/style.css +++ b/build/css/style.css @@ -4219,4 +4219,6 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; } .daterangepicker.xdisplay { width:228px; } - +.dataTables_wrapper > .row{ + overflow:auto !important; /*prevent datatables overflowing its container*/ +}