diff --git a/packages/grafana-ui/src/components/Forms/Select/SelectBase.tsx b/packages/grafana-ui/src/components/Forms/Select/SelectBase.tsx index bd820370c5a..fbb2f820719 100644 --- a/packages/grafana-ui/src/components/Forms/Select/SelectBase.tsx +++ b/packages/grafana-ui/src/components/Forms/Select/SelectBase.tsx @@ -229,6 +229,7 @@ export function SelectBase({ onKeyDown, menuShouldScrollIntoView: false, renderControl, + captureMenuScroll: false, }; // width property is deprecated in favor of size or className @@ -254,7 +255,6 @@ export function SelectBase({ return ( extends PureComponent> { {(onOpenMenuInternal, onCloseMenuInternal) => { return ( extends PureComponent> { {(onOpenMenuInternal, onCloseMenuInternal) => { return (