Skip to content

Commit

Permalink
Merge pull request #210 from tonkeeper/fix/scrollable-exchanges-list
Browse files Browse the repository at this point in the history
fix: add bottom padding for scrollview
  • Loading branch information
olyaMay authored Jan 12, 2023
2 parents 8de0a6b + 2e08b7f commit 3e6c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exchange/Exchange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ExchangeModal: FC = () => {
return (
<Modal>
<Modal.Header title={categories[0]?.title || t('exchange_title')} />
<Modal.ScrollView>
<Modal.ScrollView contentContainerStyle={{ paddingBottom: 64 }}>
{isLoading ? (
<S.LoaderWrap>
<Loader size="medium" />
Expand Down

0 comments on commit 3e6c736

Please sign in to comment.