Skip to content

Commit 9c3a478

Browse files
committed
fix overscroll
1 parent f8bc62c commit 9c3a478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/website/app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
:root {
73-
--background: oklch(1 0 0);
73+
--background: color(display-p3 0.966 0.966 0.966);
7474
--foreground: oklch(0.145 0 0);
7575
--card: oklch(1 0 0);
7676
--card-foreground: oklch(0.145 0 0);
@@ -146,7 +146,7 @@
146146
@apply bg-background text-foreground;
147147
}
148148
html {
149-
@apply font-sans;
149+
@apply font-sans bg-background;
150150
scrollbar-gutter: stable;
151151
}
152152
}

apps/website/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ export default function HomePage() {
13411341
}, [activeMcpClient]);
13421342

13431343
return (
1344-
<div className="[font-synthesis:none] overflow-x-clip antialiased min-h-screen bg-[color(display-p3_0.966_0.966_0.966)] flex flex-col items-center">
1344+
<div className="[font-synthesis:none] overflow-x-clip antialiased min-h-screen bg-background flex flex-col items-center">
13451345
<div className="w-full pt-3 sm:pt-6 pb-2 sm:pb-4 flex flex-col items-center relative">
13461346
<div
13471347
className="absolute inset-0 pointer-events-none"

0 commit comments

Comments
 (0)