mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-18 21:04:26 +00:00
fix(mobile): fix create diagram modal on mobile (#646)
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user