make using it on mobile better

This commit is contained in:
John 2024-04-23 16:11:52 -04:00
parent eda3b464d8
commit 5f50b5c4ce

View file

@ -4,7 +4,7 @@ export function HeaderRoute(props: { children: any }) {
return (
<div className="flex h-screen flex-col">
<Header />
<div className="flex-1">
<div className="flex-1 overflow-y-auto overflow-x-hidden">
<main className="h-full">{props.children}</main>
</div>
</div>