fix bug auth pages
This commit is contained in:
@@ -3,7 +3,7 @@ import { Outlet } from "react-router-dom"
|
||||
export const AuthLayout = () => {
|
||||
return (
|
||||
<section
|
||||
className="flex flex-row h-screen p-5 justify-center items-center xl:justify-stretch xl:items-stretch max-h-[750px]">
|
||||
className="flex flex-row min-h-screen p-5 justify-center items-center xl:justify-stretch xl:items-stretch max-h-[750px] overflow-y-hidden">
|
||||
<Outlet />
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user