Skip to content

Commit a1ea184

Browse files
authored
fix: overflow hidden for all overlays (#37)
1 parent 7aab55f commit a1ea184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/ThemeManager/ThemeManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ThemeManager = ({ children }: PropsWithChildren) => {
1515
return (
1616
<div
1717
className={`
18-
relative w-full h-full overlay-window
18+
relative w-full h-full overflow-hidden overlay-window
1919
overlay-theme-${fontSize ?? 'sm'}
2020
overlay-theme-color-${colorPalette ?? 'default'}
2121
`}

0 commit comments

Comments
 (0)