We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aab55f commit a1ea184Copy full SHA for a1ea184
src/frontend/components/ThemeManager/ThemeManager.tsx
@@ -15,7 +15,7 @@ export const ThemeManager = ({ children }: PropsWithChildren) => {
15
return (
16
<div
17
className={`
18
- relative w-full h-full overlay-window
+ relative w-full h-full overflow-hidden overlay-window
19
overlay-theme-${fontSize ?? 'sm'}
20
overlay-theme-color-${colorPalette ?? 'default'}
21
`}
0 commit comments