mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 21:10:02 -04:00
make using it on mobile better
This commit is contained in:
parent
eda3b464d8
commit
5f50b5c4ce
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