Skip to content

Commit

Permalink
Shift side panel top controls so they don't overlap with scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Nov 22, 2023
1 parent 5e8391f commit 5e47d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/ui/components/SidePanelTopControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SidePanelTopControls = React.forwardRef(
<Fade in={show || forceShow}>
{/* Box type is missing ref support */}
{/* @ts-ignore */}
<Box ref={ref} style={{ position: 'absolute', top: 0, right: 0 }}>
<Box ref={ref} style={{ position: 'absolute', top: 12, right: 12 }}>
<Grid container direction="column">
<Grid item>
<Tooltip title={t('action.loadSubtitles')!}>
Expand Down

0 comments on commit 5e47d47

Please sign in to comment.