From d4f4c0f0c9de6380cfd1210ed54cb4b76585f9b4 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 26 Jun 2017 07:33:53 +0800 Subject: [PATCH] Update user.css --- data/web/css/user.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/web/css/user.css b/data/web/css/user.css index f544efd3..07d4e745 100644 --- a/data/web/css/user.css +++ b/data/web/css/user.css @@ -9,7 +9,12 @@ table.footable>tbody>tr.footable-empty>td { overflow: visible !important; } .table-responsive { - overflow-x: scroll !important; + overflow: visible !important; +} +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } } .footer-add-item { display:block;