mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-15 20:40:01 -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 (
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue