Limit the visible playbook select region

This commit is contained in:
Jake McDermott
2021-04-06 17:36:42 -04:00
committed by GitHub
parent 229a3d6f23
commit 2dc9c1a1c8

View File

@@ -65,6 +65,7 @@ function PlaybookSelect({
isValid={isValid}
onBlur={onBlur}
isDisabled={isLoading || isDisabled}
maxHeight="1000%"
>
{options.map(opt => (
<SelectOption key={opt} value={opt} />