fixed #11561 dropdown is too large (#11562)

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
BHARGAVA_GONUGUNTA
2023-09-28 18:25:14 +00:00
committed by GitHub
co-authored by Peer Richelsen Peer Richelsen
parent 8bbb38d2be
commit 2335948099
@@ -76,6 +76,7 @@ export const InstallAppButtonChild = ({
</DropdownMenuTrigger>
<DropdownMenuPortal>
<DropdownMenuContent
className="max-w-min"
onInteractOutside={(event) => {
if (mutation.isLoading) event.preventDefault();
}}>