Handle overscroll
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user