diff --git a/data/web/css/admin.css b/data/web/css/admin.css index 0253f33c..d2bb2489 100644 --- a/data/web/css/admin.css +++ b/data/web/css/admin.css @@ -11,6 +11,11 @@ table.footable>tbody>tr.footable-empty>td { .table-responsive { overflow: visible !important; } +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } +} body { overflow-y:scroll; } diff --git a/data/web/css/edit.css b/data/web/css/edit.css index 605a1010..fe4d9fff 100644 --- a/data/web/css/edit.css +++ b/data/web/css/edit.css @@ -11,6 +11,11 @@ table.footable>tbody>tr.footable-empty>td { .table-responsive { overflow: visible !important; } +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } +} .footer-add-item { display:block; text-align: center; diff --git a/data/web/css/mailbox.css b/data/web/css/mailbox.css index 8f711669..9f07debe 100644 --- a/data/web/css/mailbox.css +++ b/data/web/css/mailbox.css @@ -11,6 +11,11 @@ table.footable>tbody>tr.footable-empty>td { .table-responsive { overflow: visible !important; } +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } +} .footer-add-item { display:block; text-align: center; @@ -30,4 +35,3 @@ table.footable>tbody>tr.footable-empty>td { .inputMissingAttr { border-color: #FF4136; } - diff --git a/data/web/css/user.css b/data/web/css/user.css index 2222b624..07d4e745 100644 --- a/data/web/css/user.css +++ b/data/web/css/user.css @@ -11,6 +11,11 @@ table.footable>tbody>tr.footable-empty>td { .table-responsive { overflow: visible !important; } +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } +} .footer-add-item { display:block; text-align: center;