mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fixed nav menus.
This commit is contained in:
parent
dcc1ae1864
commit
d7fd22645c
9 changed files with 62 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ export function SideMenu({
|
|||
};
|
||||
|
||||
return (
|
||||
<Column gap overflowY="auto" justifyContent="space-between">
|
||||
<Column gap overflowY="auto" justifyContent="space-between" position="sticky" top="20px">
|
||||
{title && (
|
||||
<Row padding>
|
||||
<Heading size="1">{title}</Heading>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue