Browse Source

Update mailbox.css

Phoenix Eve Aspacio 8 years ago
parent
commit
38c74e5e24
1 changed files with 6 additions and 2 deletions
  1. 6 2
      data/web/css/mailbox.css

+ 6 - 2
data/web/css/mailbox.css

@@ -9,7 +9,12 @@ table.footable>tbody>tr.footable-empty>td {
   overflow: visible !important;
   overflow: visible !important;
 }
 }
 .table-responsive {
 .table-responsive {
-  overflow-x: scroll !important;
+  overflow: visible !important;
+}
+@media screen and (max-width: 767px) {
+  .table-responsive {
+    overflow-x: scroll !important;
+  }
 }
 }
 .footer-add-item {
 .footer-add-item {
   display:block;
   display:block;
@@ -30,4 +35,3 @@ table.footable>tbody>tr.footable-empty>td {
 .inputMissingAttr {
 .inputMissingAttr {
   border-color: #FF4136;
   border-color: #FF4136;
 }
 }
-