fixed #11561 dropdown is too large (#11562)

Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/11522/head^2
BHARGAVA_GONUGUNTA 2023-09-28 18:25:14 +00:00 committed by GitHub
parent 8bbb38d2be
commit 2335948099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export const InstallAppButtonChild = ({
</DropdownMenuTrigger>
<DropdownMenuPortal>
<DropdownMenuContent
className="max-w-min"
onInteractOutside={(event) => {
if (mutation.isLoading) event.preventDefault();
}}>