diff --git a/public/app/core/components/Select/FolderPicker.tsx b/public/app/core/components/Select/FolderPicker.tsx index eb849e7d803..03b2c5f0fa2 100644 --- a/public/app/core/components/Select/FolderPicker.tsx +++ b/public/app/core/components/Select/FolderPicker.tsx @@ -159,7 +159,6 @@ export class FolderPicker extends PureComponent { loadOptions={this.debouncedSearch} onChange={this.onFolderChange} onCreateOption={this.createNewFolder} - menuPosition="fixed" /> ); diff --git a/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap b/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap index 98b9a3bfde6..b8cef019ee4 100644 --- a/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap +++ b/public/app/core/components/Select/__snapshots__/FolderPicker.test.tsx.snap @@ -10,7 +10,6 @@ exports[`FolderPicker should render 1`] = ` defaultValue={Object {}} loadOptions={[Function]} loadingMessage="Loading folders..." - menuPosition="fixed" onChange={[Function]} onCreateOption={[Function]} value={Object {}}