diff --git a/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx b/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx index 79e80170a9..ad47f2d4c1 100644 --- a/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx +++ b/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx @@ -65,6 +65,7 @@ function PlaybookSelect({ isValid={isValid} onBlur={onBlur} isDisabled={isLoading || isDisabled} + maxHeight="1000%" > {options.map(opt => (