mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Inline popup menus in table-responsive for narrow screens. Fix #1341.
This commit is contained in:
parent
e6c14537a6
commit
d20be4fd1b
@ -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,
|
||||
.switch-rules {
|
||||
td {
|
||||
|
Loading…
Reference in New Issue
Block a user