mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-11 09:27:33 +00:00
fix overflow on dialog
This commit is contained in:
committed by
Guy Ben-Aharon
parent
5c5fcc3dfb
commit
635bd57d1a
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user