[Web] Make mobile usage less annoying; anchors for maps; sidebar for maps

This commit is contained in:
andryyy
2019-12-23 10:19:49 +01:00
parent e47e54f3de
commit 78c501ecee
6 changed files with 39 additions and 5 deletions

View File

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