diff --git a/ui/src/app/shared/layout/layout.component.scss b/ui/src/app/shared/layout/layout.component.scss index 9efbe0bf8..f04900e85 100644 --- a/ui/src/app/shared/layout/layout.component.scss +++ b/ui/src/app/shared/layout/layout.component.scss @@ -26,6 +26,7 @@ .dropdown-menu { @media screen and (max-width: 600px) { position: fixed !important; - top: 28px; + top: 50px; + max-width: 70% } }