Skip to content

Commit 5171494

Browse files
authored
fix(web): Side scrolling (#1765)
1 parent c0c5ca0 commit 5171494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
8888
className={`${inter.variable} ${commitMono.variable} antialiased`}
8989
lang="en"
9090
>
91-
<body className="bg-black font-sans text-sm text-slate-11 h-screen-ios selection:bg-cyan-5 selection:text-cyan-12">
91+
<body className="overflow-x-hidden bg-black font-sans text-sm text-slate-11 h-screen-ios selection:bg-cyan-5 selection:text-cyan-12">
9292
<div
9393
className="relative mx-auto flex min-h-[100dvh] flex-col justify-between px-2 md:max-w-7xl md:px-4"
9494
// eslint-disable-next-line react/no-unknown-property

0 commit comments

Comments
 (0)