diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 595432a971..234f1871f2 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -121,11 +121,13 @@ function OuterAlert({ style={[ t.atoms.bg, a.w_full, - {borderRadius: 48, maxWidth: 320}, + {borderRadius: 48, maxWidth: 320, maxHeight: '90%'}, a.overflow_hidden, ]}> - {children} + + {children} +