[Web] Always scroll tables

master
andryyy 2020-04-03 08:42:41 +02:00
parent 31dfd75a15
commit c846270437
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 4 deletions

View File

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