Skip to content

Commit ecd8846

Browse files
committed
fix can't scroll
1 parent a3e9ae4 commit ecd8846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PopoverMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function PopoverMenu({
432432
style={[menuContainerStyle, containerStyles, styles.pv0]}
433433
>
434434
{renderHeaderText()}
435-
<View style={{paddingTop, paddingBottom, paddingVertical}}>
435+
<View style={{paddingTop, paddingBottom, paddingVertical, ...styles.flex1}}>
436436
{enteredSubMenuIndexes.length > 0 && renderBackButtonItem()}
437437
{renderWithConditionalWrapper(shouldUseScrollView, restScrollContainerStyle, renderedMenuItems)}
438438
</View>

0 commit comments

Comments
 (0)