[Web] Scroll admin tables

This commit is contained in:
andryyy 2020-05-23 20:33:07 +02:00
parent b208037b49
commit 0ae53f3fa5
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

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