Skip to content

Commit

Permalink
fix(web): Side scrolling (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxonauta authored Nov 8, 2024
1 parent c0c5ca0 commit 5171494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => {
className={`${inter.variable} ${commitMono.variable} antialiased`}
lang="en"
>
<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">
<div
className="relative mx-auto flex min-h-[100dvh] flex-col justify-between px-2 md:max-w-7xl md:px-4"
// eslint-disable-next-line react/no-unknown-property
Expand Down

1 comment on commit 5171494

@vercel
Copy link

@vercel vercel bot commented on 5171494 Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-email-demo – ./apps/demo

react-email-demo.vercel.app
react-email-demo-resend.vercel.app
demo.react.email
react-email-demo-git-main-resend.vercel.app

Please sign in to comment.