fix(mobile): fix create diagram modal on mobile (#646)

This commit is contained in:
Guy Ben-Aharon
2025-04-04 09:09:04 +03:00
committed by GitHub
parent f7a6e0cb5e
commit 25c4b42538
2 changed files with 138 additions and 119 deletions

View File

@@ -152,7 +152,7 @@ export const CreateDiagramDialog: React.FC<CreateDiagramDialogProps> = ({
}}
>
<DialogContent
className="flex max-h-screen w-full flex-col md:max-w-[900px]"
className="flex max-h-dvh w-full flex-col md:max-w-[900px]"
showClose={hasExistingDiagram}
>
{step === CreateDiagramDialogStep.SELECT_DATABASE ? (