Merge pull request #2140 from PhoenixPeca/master

Use Horizontal Table Scrollbar Instead
This commit is contained in:
André Peters
2018-12-31 12:13:34 +01:00
committed by GitHub

View File

@@ -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 {