fix mobile overflow for real this time
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user