Handle overscroll

This commit is contained in:
Eric Bailey
2024-01-15 16:10:29 -06:00
parent 3df9e7a7b9
commit 4285808785
+1 -1
View File
@@ -123,10 +123,10 @@ export function ScrollableInner(props: DialogInnerProps) {
{ {
borderTopLeftRadius: 40, borderTopLeftRadius: 40,
borderTopRightRadius: 40, borderTopRightRadius: 40,
paddingBottom: insets.bottom + a.pb_5xl.paddingBottom,
}, },
]}> ]}>
{props.children} {props.children}
<View style={{height: insets.bottom + a.pt_5xl.paddingTop}} />
</BottomSheetScrollView> </BottomSheetScrollView>
) )
} }