diff --git a/src/components/Select.js b/src/components/Select.js index 5bc43fc..d39c797 100644 --- a/src/components/Select.js +++ b/src/components/Select.js @@ -67,6 +67,7 @@ function Select({ creatable, ...props }) { primary25: theme.colors.highlight, }, })} + captureMenuScroll={false} {...props} /> );