Fixed subtitle toolbox overlap

pull/2457/head v1.4.3-beta.19
Anderson Shindy Oki 5 months ago committed by GitHub
parent 7578b8ef14
commit af893847c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -140,7 +140,7 @@ const SubtitleToolsMenu: FunctionComponent<Props> = ({
const disabledTools = selections.length === 0;
return (
<Menu withArrow position="left-end" {...menu}>
<Menu withArrow withinPortal position="left-end" {...menu}>
<Menu.Target>{children}</Menu.Target>
<Menu.Dropdown>
<Menu.Label>Tools</Menu.Label>

Loading…
Cancel
Save