Skip to content

Commit bc580de

Browse files
committed
learn + fix: y-axis overflow enabled
1 parent ce9a20d commit bc580de

2 files changed

Lines changed: 398 additions & 136 deletions

File tree

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
3737
</head>
3838
<body className="min-h-screen bg-background text-foreground font-sans antialiased">
3939
<ThemeProvider>
40-
<main className="h-screen w-full overflow-hidden">{children}</main>
40+
<main className="min-h-screen w-full overflow-x-hidden">{children}</main>
4141
<Toaster position="top-right" expand={false} richColors closeButton />
4242
<ScrollRestoration />
4343
<Scripts />

0 commit comments

Comments
 (0)