mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Merge pull request #251 from Notplayingallday383/patch-4
patch: fix scaling on mobile
This commit is contained in:
commit
981c5bee82
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export function HeaderRoute(props: { children: any }) {
|
||||||
return (
|
return (
|
||||||
<div className="flex h-screen flex-col">
|
<div className="flex h-screen flex-col">
|
||||||
<Header />
|
<Header />
|
||||||
<div className="flex-1">
|
<div className="flex-1 overflow-y-auto overflow-x-hidden">
|
||||||
<main className="h-full">{props.children}</main>
|
<main className="h-full">{props.children}</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue