[Web] Always scroll tables

This commit is contained in:
andryyy
2020-04-03 08:42:41 +02:00
parent 31dfd75a15
commit c846270437

View File

@@ -11,10 +11,8 @@ table.footable>tbody>tr.footable-empty>td {
.table-responsive {
overflow: inherit !important;
}
@media screen and (max-width: 767px) {
.table-responsive {
overflow-x: scroll !important;
}
.table-responsive {
overflow-x: scroll !important;
}
.btn-group {
width: max-content;