From 4285808785a0c3f65091f80ae8391f04ec76f5b2 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 15 Jan 2024 16:10:29 -0600 Subject: [PATCH] Handle overscroll --- src/components/Dialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 89af99d66a..268d804331 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -123,10 +123,10 @@ export function ScrollableInner(props: DialogInnerProps) { { borderTopLeftRadius: 40, borderTopRightRadius: 40, - paddingBottom: insets.bottom + a.pb_5xl.paddingBottom, }, ]}> {props.children} + ) }