fix mobile overflow for real this time

This commit is contained in:
Nathaniel Tampus
2023-03-15 19:39:40 +08:00
parent fd073821f6
commit b368d7bdf5

View File

@@ -27,7 +27,7 @@ export const metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) { export default function RootLayout({ children }: { children: React.ReactNode }) {
return ( return (
<html lang="en"> <html lang="en" className="overflow-x-hidden">
<body className="overflow-x-hidden"> <body className="overflow-x-hidden">
<ContextProvider> <ContextProvider>
<Navbar /> <Navbar />