Skip to content

Commit

Permalink
Use scrollContext and overflow on AddDebitCardPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 19, 2023
1 parent 384eedb commit 1cbeaa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/settings/Payments/AddDebitCardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ class DebitCardPage extends Component {
validate={this.validate}
onSubmit={PaymentMethods.addPaymentCard}
submitButtonText={this.props.translate('common.save')}
scrollContextEnabled
scrollToOverflowEnabled
style={[styles.mh5, styles.flexGrow1]}
>
<TextInput
Expand Down

0 comments on commit 1cbeaa7

Please sign in to comment.