diff --git a/src/components/Dialog/index.web.tsx b/src/components/Dialog/index.web.tsx index b21e246de7..a27222229d 100644 --- a/src/components/Dialog/index.web.tsx +++ b/src/components/Dialog/index.web.tsx @@ -125,7 +125,20 @@ export function Outer({ }, ]}> - {children} + {/** + * This is needed to prevent centered dialogs from overflowing + * above the screen, and provides a "natural" centering so that + * stacked dialogs appear relatively aligned. + */} + + {children} +