diff --git a/src/App.tsx b/src/App.tsx index 058917172..f621bc651 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1049,7 +1049,7 @@ function App() { return (
{(dragBarHeight > 0 || useAppWindowControls) && ( diff --git a/src/components/settings/SettingsPage.tsx b/src/components/settings/SettingsPage.tsx index ccd3e68bc..5e48fbaed 100644 --- a/src/components/settings/SettingsPage.tsx +++ b/src/components/settings/SettingsPage.tsx @@ -475,7 +475,7 @@ export function SettingsPage({ {activeTab === "advanced" && settings && (
diff --git a/src/components/ui/scroll-area.tsx b/src/components/ui/scroll-area.tsx index b1f11275a..20f751297 100644 --- a/src/components/ui/scroll-area.tsx +++ b/src/components/ui/scroll-area.tsx @@ -14,7 +14,7 @@ const ScrollArea = React.forwardRef< className={cn("relative overflow-hidden", className)} {...props} > - + {children}