fix: Subtitle toolbox overlap

This commit is contained in:
Anderson Oki 2024-04-16 09:50:31 +09:00
parent 7578b8ef14
commit 9e201b6d13
1 changed files with 1 additions and 1 deletions

View File

@ -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>