do not overflow.

use horizontal scrollbars instead.
This commit is contained in:
Phoenix Eve Aspacio
2018-12-31 18:56:08 +08:00
committed by GitHub
parent 020cbc04c3
commit 37cd8963da

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 {