From 5f02f7d38f728cade29af537f3ec4e97bb5cff3e Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 25 Oct 2018 22:40:41 +0200 Subject: [PATCH] [Web] Add overflows in /admin for small devices --- data/web/css/mailbox.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/web/css/mailbox.css b/data/web/css/mailbox.css index 488150d3..489a7b50 100644 --- a/data/web/css/mailbox.css +++ b/data/web/css/mailbox.css @@ -5,6 +5,17 @@ table.footable>tbody>tr.footable-empty>td { .pagination a { text-decoration: none !important; } +.panel panel-default { + overflow: visible !important; +} +.table-responsive { + overflow: visible !important; +} +@media screen and (max-width: 767px) { + .table-responsive { + overflow-x: scroll !important; + } +} .btn-group { width: max-content; }