Skip to content
Snippets Groups Projects
Unverified Commit e8da21fc authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (autocomplete) set min-height used to calculate the flip (top-bottom) (#837)

parent ad9a4067
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ export default function PayeeAutocomplete({
components={{
MenuList: MenuListWithFooter,
}}
minMenuHeight={300}
footer={
<AutocompleteFooter show={showMakeTransfer || showManagePayees}>
{showMakeTransfer && (
......
---
category: Bugfix
authors: [MatissJanis]
---
PayeeAutocomplete: fix flipping of the menu when it's opened near the bottom of the page
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment