fix overflow on dialog

This commit is contained in:
Guy Ben-Aharon
2024-09-01 21:30:37 +03:00
committed by Guy Ben-Aharon
parent 5c5fcc3dfb
commit 635bd57d1a

View File

@@ -142,7 +142,7 @@ export const CreateDiagramDialog: React.FC<CreateDiagramDialogProps> = ({
}}
>
<DialogContent
className="flex w-[90vw] flex-col overflow-visible overflow-y-auto xl:min-w-[45vw]"
className="flex w-[90vw] flex-col overflow-visible xl:min-w-[45vw]"
showClose={hasExistingDiagram}
>
{step === CreateDiagramDialogStep.SELECT_DATABASE ? (