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 e7661c5 commit c2e2fc2Copy full SHA for c2e2fc2
src/components/main.tsx
@@ -10,7 +10,7 @@ export const Main: FunctionComponent<MainProps> = ({
10
urlPathname,
11
children,
12
}) => (
13
- <body class="font-sans -mr-[calc(100vw-100%)]">
+ <body class="font-sans -mr-[calc(100vw-100%)] overflow-x-hidden">
14
<Header urlPathname={urlPathname} />
15
<main class="mx-auto max-w-xl flex flex-col items-center px-4">
16
{children}
0 commit comments