docs: fix horizontal scroll (#5300)

This commit is contained in:
Shahed Nasser
2023-10-05 22:38:54 +03:00
committed by GitHub
parent 0350eeb0a1
commit 4ca70a0d0c
3 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export default function RootLayout({
<Providers>
<Navbar />
<div
className="w-full h-[calc(100%-57px)] overflow-y-scroll"
className="w-full h-[calc(100%-57px)] overflow-y-scroll overflow-x-hidden"
id="main"
>
<div className="max-w-xxl mx-auto flex w-full px-1.5">