fix: fix global layout overscroll + link colors (#404)

This commit is contained in:
2024-09-04 09:26:23 -06:00
committed by GitHub
parent c80d59e23f
commit 6aab6ac3fa
6 changed files with 23 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ export default async function RootLayout({
return (
<html lang="en">
<body className={"h-[100svh] w-[100svw] overflow-hidden relative"}>
<body className={"h-[100svh] w-[100svw] overflow-x-hidden relative"}>
<SessionProvider>
<DomainContextProvider config={config}>
<ErrorBoundary fallback={<p>"something went really wrong"</p>}>