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 c0c5ca0 commit 5171494Copy full SHA for 5171494
apps/web/src/app/layout.tsx
@@ -88,7 +88,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
88
className={`${inter.variable} ${commitMono.variable} antialiased`}
89
lang="en"
90
>
91
- <body className="bg-black font-sans text-sm text-slate-11 h-screen-ios selection:bg-cyan-5 selection:text-cyan-12">
+ <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">
92
<div
93
className="relative mx-auto flex min-h-[100dvh] flex-col justify-between px-2 md:max-w-7xl md:px-4"
94
// eslint-disable-next-line react/no-unknown-property
0 commit comments