mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
🐛 (autocomplete) set min-height used to calculate the flip (top-bottom) (#837)
This commit is contained in:
committed by
GitHub
parent
ad9a4067a8
commit
e8da21fc80
@@ -133,6 +133,7 @@ export default function PayeeAutocomplete({
|
||||
components={{
|
||||
MenuList: MenuListWithFooter,
|
||||
}}
|
||||
minMenuHeight={300}
|
||||
footer={
|
||||
<AutocompleteFooter show={showMakeTransfer || showManagePayees}>
|
||||
{showMakeTransfer && (
|
||||
|
||||
6
upcoming-release-notes/837.md
Normal file
6
upcoming-release-notes/837.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
PayeeAutocomplete: fix flipping of the menu when it's opened near the bottom of the page
|
||||
Reference in New Issue
Block a user