mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Fix modal. Re-add form css.
This commit is contained in:
parent
e8b208744e
commit
94bf7b04dd
5 changed files with 77 additions and 15 deletions
|
|
@ -27,6 +27,7 @@ export default function Layout({ title, children, header = true, footer = true }
|
|||
{header && <Header />}
|
||||
<main>{children}</main>
|
||||
{footer && <Footer />}
|
||||
<div id="__modals" dir={dir} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue