chore(launch_bar): add backdrop on mobile for dropdown menus

This commit is contained in:
Elian Doran
2026-02-05 21:53:54 +02:00
parent 397d04dd88
commit 14a8bdb0c0

View File

@@ -49,6 +49,7 @@ export function LaunchBarDropdownButton({ children, icon, dropdownOptions, ...pr
placement: isHorizontalLayout ? "bottom" : "right"
}
}}
mobileBackdrop
{...props}
>{children}</Dropdown>
);