diff --git a/src/components/dropdownMenu/DropdownMenu.scss b/src/components/dropdownMenu/DropdownMenu.scss index c8448a7fd..1b5fd1f39 100644 --- a/src/components/dropdownMenu/DropdownMenu.scss +++ b/src/components/dropdownMenu/DropdownMenu.scss @@ -12,7 +12,9 @@ bottom: 55px; top: auto; left: 0; - width: 100%; + // TODO barnabasmolnar/mainmenu-radix + // double check rendering/styling on mobile + // width: 100%; display: flex; flex-direction: column; row-gap: 0.75rem;