Skip to content

Commit

Permalink
Merge pull request Expensify#50876 from bernhardoj/fix/50649-unable-t…
Browse files Browse the repository at this point in the history
…o-reach-bottom-of-search-list

Fix bottom part of the search list are hidden
  • Loading branch information
marcochavezf authored Oct 17, 2024
2 parents a512dd0 + c7916d8 commit 04212c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ function Search({queryJSON, onSearchListScroll, contentContainerStyle}: SearchPr
/>
) : undefined
}
contentContainerStyle={contentContainerStyle}
contentContainerStyle={[contentContainerStyle, styles.pb3]}
scrollEventThrottle={1}
/>
);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3647,7 +3647,7 @@ const styles = (theme: ThemeColors) =>
},

searchListContentContainerStyles: {
marginTop: variables.searchListContentMarginTop,
paddingTop: variables.searchListContentMarginTop,
},

searchTopBarStyle: {
Expand Down

0 comments on commit 04212c8

Please sign in to comment.