浏览代码

[Web] Add overflows in /admin for small devices

andryyy 6 年之前
父节点
当前提交
5f02f7d38f
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      data/web/css/mailbox.css

+ 11 - 0
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;
 }