mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Scrollable content area.
This commit is contained in:
parent
a9ba2504d7
commit
5536e0b7e7
7 changed files with 33 additions and 43 deletions
|
|
@ -32,7 +32,7 @@ export function App({ children }) {
|
|||
return (
|
||||
<Grid height="100vh" width="100%" columns="auto 1fr">
|
||||
<Nav />
|
||||
<Grid rows="auto 1fr">
|
||||
<Grid rows="auto 1fr" overflow="auto">
|
||||
<NavBar />
|
||||
<Page>
|
||||
<UpdateNotice user={user} config={config} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue