浏览代码

Merge pull request #2140 from PhoenixPeca/master

Use Horizontal Table Scrollbar Instead
André Peters 6 年之前
父节点
当前提交
0111362ef5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {