Place dropdown over DownloadDialog (#943)
This commit is contained in:
parent
25376c75fd
commit
cc664ce577
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ export const DownloadDialog = ({
|
|||
setOpenType(false);
|
||||
}}
|
||||
aria-label="Select Input"
|
||||
menuAppendTo={() => document.body}
|
||||
>
|
||||
{configFormats.map((configFormat) => (
|
||||
<SelectOption
|
||||
|
|
Loading…
Reference in a new issue