Wizard: Make AWS sources select scrollable in modal

There is a bug in Patternfly that causes 'pop out' selects (those that
use the menuAppendTo="parent" prop) to be rendered underneat the wizard
footer.

Until this is patched in Patternfly, we will have to live with
suboptimal select menus that scroll inside the modal.
This commit is contained in:
lucasgarfield 2023-05-04 14:41:55 +02:00 committed by Lucas Garfield
parent c581903745
commit f1f544daec
2 changed files with 16 additions and 12 deletions

View file

@ -78,8 +78,6 @@ export const AWSSourcesSelect = ({
isOpen={isOpen}
placeholderText="Select source"
typeAheadAriaLabel="Select source"
menuAppendTo="parent"
maxHeight="25rem"
isDisabled={!isSuccess}
>
{isSuccess &&