From 38c74e5e24e35f740147652dd957cac67b89f113 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 26 Jun 2017 07:34:21 +0800 Subject: [PATCH] Update mailbox.css --- data/web/css/mailbox.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/web/css/mailbox.css b/data/web/css/mailbox.css index a76e6316..9f07debe 100644 --- a/data/web/css/mailbox.css +++ b/data/web/css/mailbox.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; @@ -30,4 +35,3 @@ table.footable>tbody>tr.footable-empty>td { .inputMissingAttr { border-color: #FF4136; } -