Merge pull request #18057 from ramonlsouza/fix-uploader-dropdown

fix: presentation uploader dropdown styles
This commit is contained in:
Ramón Souza 2023-06-01 13:57:51 -03:00 committed by GitHub
commit c85797e4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,11 +135,14 @@ class PresentationDownloadDropdown extends PureComponent {
disabled,
} = this.props;
const customStyles = { zIndex: 9999 };
return (
<PresentationDownloadDropdownWrapper
disabled={disabled}
>
<BBBMenu
customStyles={customStyles}
trigger={
(
<Trigger