mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-01 22:44:41 +00:00
do not overflow.
use horizontal scrollbars instead.
This commit is contained in:
parent
020cbc04c3
commit
37cd8963da
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ table.footable>tbody>tr.footable-empty>td {
|
|||
overflow: visible !important;
|
||||
}
|
||||
.table-responsive {
|
||||
overflow: visible !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
.table-responsive {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue