Canvas: Fix resource picker folder UX (#55877)

pull/55886/head
Nathan Marrs 3 years ago committed by GitHub
parent e7e7763252
commit d9d7bff793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/dimensions/editors/FolderPickerTab.tsx

@ -100,7 +100,7 @@ export const FolderPickerTab = (props: Props) => {
return (
<>
<Field>
<Select options={folders} onChange={setCurrentFolder} value={currentFolder} />
<Select options={folders} onChange={setCurrentFolder} value={currentFolder} menuShouldPortal={false} />
</Field>
<Field>
<FilterInput

Loading…
Cancel
Save