1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-01 12:08:13 +00:00

Fixed subtitle toolbox overlap

This commit is contained in:
Anderson Shindy Oki 2024-04-16 10:24:45 +09:00 committed by GitHub
parent 7578b8ef14
commit af893847c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>