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 />
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function AuthModal() {
|
||||
id="guestName"
|
||||
name="guestName"
|
||||
placeholder="Enter name here..."
|
||||
className="input input-bordered flex-grow"
|
||||
className="input input-bordered w-full"
|
||||
maxLength={16}
|
||||
minLength={2}
|
||||
required
|
||||
|
||||
Reference in New Issue
Block a user