diff --git a/omega-web/src/less/options.less b/omega-web/src/less/options.less index fbbc4cd..2c2a660 100644 --- a/omega-web/src/less/options.less +++ b/omega-web/src/less/options.less @@ -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 {