@@ -37,6 +37,7 @@ const SimplePicker: SFC<Props> = ({
value={value}
getOptionLabel={getOptionLabel}
getOptionValue={getOptionValue}
+ menuShouldScrollIntoView={false}
isSearchable={false}
onChange={onSelected}
options={options}
@@ -895,6 +895,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
<Select
classNamePrefix={`gf-form-select-box`}
isMulti={false}
isLoading={datasourceLoading}
isClearable={false}
className="gf-form-input gf-form-input--form-dropdown datasource-picker"