[Web] Scroll admin tables

master
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
1 changed files with 2 additions and 4 deletions

View File

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