diff --git a/apps/web/src/components/auth/AuthDialog.tsx b/apps/web/src/components/auth/AuthDialog.tsx index 546e18ab8..24d5f8ea1 100644 --- a/apps/web/src/components/auth/AuthDialog.tsx +++ b/apps/web/src/components/auth/AuthDialog.tsx @@ -76,11 +76,15 @@ export default function AuthDialog({ isShown, onClose, next }: Props) { )}> + contentClassName={clsx( + 'relative overflow-hidden', + '!p-0', + 'lg:h-[670px] lg:max-h-[670px]', + )}> {onClose && (