Skip to content

Commit

Permalink
Merge pull request #51210 from mkzie2/mkzie2-issue/50592
Browse files Browse the repository at this point in the history
fix: saved search is overlapped by bottom padding
  • Loading branch information
luacmartins authored Oct 22, 2024
2 parents b732301 + 8fe4624 commit 179d0f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Search/SearchTypeMenuNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title,
onClose={closeMenu}
onItemSelected={closeMenu}
anchorRef={buttonRef}
innerContainerStyle={styles.pv0}
scrollContainerStyle={styles.pv4}
shouldUseScrollView
/>
<DeleteConfirmModal />
Expand Down

0 comments on commit 179d0f0

Please sign in to comment.