Inline popup menus in table-responsive for narrow screens. Fix #1341.

This commit is contained in:
FelisCatus 2018-06-12 12:10:17 -07:00
parent e6c14537a6
commit d20be4fd1b

View File

@ -387,6 +387,14 @@ main {
} }
} }
@media (max-width: 767px) {
// Try to make sure that the dropdown fits in the table-responsive scroll box.
// It effectively inlines the whole dropdown menu. Ugly, but at least working.
.table-responsive .dropdown-menu {
position: static !important;
}
}
.fixed-servers, .fixed-servers,
.switch-rules { .switch-rules {
td { td {