From db5ac7c613dc6b3affd55f1f14408f62cf8a69a9 Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Mon, 16 Jan 2017 13:13:50 +0200 Subject: [PATCH] #358 tables_dynamic overflow in mobile (responsiveness issue) - Solved it. --- build/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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*/ +}