diff options
-rw-r--r-- | src/components/search/SearchResultList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx index 939bfa2b..613ab734 100644 --- a/src/components/search/SearchResultList.tsx +++ b/src/components/search/SearchResultList.tsx @@ -75,6 +75,7 @@ const SearchResultList: React.FC<SearchResultsProps> = ({ const styles = StyleSheet.create({ container: { height: SCREEN_HEIGHT, + paddingBottom: SCREEN_HEIGHT * 0.1, }, sectionHeaderStyle: { width: '100%', |