Skip to content

Commit

Permalink
Fix BottomModalBase inner container
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Nov 2, 2024
1 parent 2d6d313 commit 0598baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile-wallet/src/features/modals/BottomModalBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const BottomModalBase = ({
<Handle style={handleAnimatedStyle} />
</HandleContainer>
<GestureDetector gesture={panGesture}>
<View>
<View style={{ flex: 1 }}>
<BottomModalHeader title={title} height={navHeight} handleClose={handleClose} />
{!isContentScrollable && children}
</View>
Expand Down

0 comments on commit 0598baa

Please sign in to comment.