Browse Source

do not overflow.

use horizontal scrollbars instead.
Phoenix Eve Aspacio 6 years ago
parent
commit
37cd8963da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/css/mailbox.css

+ 1 - 1
data/web/css/mailbox.css

@@ -9,7 +9,7 @@ table.footable>tbody>tr.footable-empty>td {
   overflow: visible !important;
 }
 .table-responsive {
-  overflow: visible !important;
+  overflow: auto !important;
 }
 @media screen and (max-width: 767px) {
   .table-responsive {