fix mobile overflow
This commit is contained in:
@@ -28,7 +28,7 @@ export const metadata = {
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<body className="overflow-x-hidden">
|
||||
<ContextProvider>
|
||||
<Navbar />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user