diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 75284e0247..1e7beef675 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -131,11 +131,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} +