1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-04 20:49:17 +00:00

[Web] Scroll admin tables

This commit is contained in:
andryyy
2020-05-23 20:33:07 +02:00
parent b208037b49
commit 0ae53f3fa5

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 {
overflow-x: scroll !important;
}
.table-responsive {
overflow-x: scroll !important;
}
body {
overflow-y:scroll;