Skip to content

Commit

Permalink
Fixed subtitle toolbox overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki committed Apr 16, 2024
1 parent 7578b8e commit af89384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SubtitleToolsMenu.tsx
Expand Up @@ -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>
Expand Down

0 comments on commit af89384

Please sign in to comment.