Skip to content

Commit

Permalink
fix list clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed May 3, 2024
1 parent 5150669 commit 64da3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function Search({query}: SearchProps) {
}}
shouldPreventDefaultFocusOnSelectRow={!DeviceCapabilities.canUseTouchScreen()}
listHeaderWrapperStyle={[styles.ph9, styles.pv3, styles.pb5]}
containerStyle={[styles.pv0]}
/>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Search/SearchPageBottomTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function SearchPageBottomTab() {
return (
<ScreenWrapper
testID={SearchPageBottomTab.displayName}
style={styles.pt0}
style={styles.pv0}
>
<FullPageNotFoundView
shouldShow={!isValidQuery}
Expand Down

0 comments on commit 64da3b8

Please sign in to comment.