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:
parent
7578b8ef14
commit
af893847c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue