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 }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="en" className="overflow-x-hidden">
|
||||
<body className="overflow-x-hidden">
|
||||
<ContextProvider>
|
||||
<Navbar />
|
||||
|
||||
Reference in New Issue
Block a user