Update edit.css

master
Phoenix Eve Aspacio 2017-06-26 07:34:41 +08:00 committed by GitHub
parent 38c74e5e24
commit 0488c9a250
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@ table.footable>tbody>tr.footable-empty>td {
overflow: visible !important; overflow: visible !important;
} }
.table-responsive { .table-responsive {
overflow-x: scroll !important; overflow: visible !important;
}
@media screen and (max-width: 767px) {
.table-responsive {
overflow-x: scroll !important;
}
} }
.footer-add-item { .footer-add-item {
display:block; display:block;