Browse Source

Update admin.css

Phoenix Eve Aspacio 8 years ago
parent
commit
a08ad04708
1 changed files with 6 additions and 1 deletions
  1. 6 1
      data/web/css/admin.css

+ 6 - 1
data/web/css/admin.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;
+  }
 }
 }
 body {
 body {
   overflow-y:scroll;
   overflow-y:scroll;