mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Added scrolling menu.
This commit is contained in:
parent
6faf16e9aa
commit
4df6f06485
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export function WebsiteExpandedView({
|
|||
|
||||
return (
|
||||
<Grid columns="auto 1fr" gap="6" height="100%" overflow="hidden">
|
||||
<Column gap="6" border="right" paddingRight="3">
|
||||
<Column gap="6" border="right" paddingRight="3" overflowY="auto">
|
||||
<SideMenu items={items} selectedKey={view} muteItems={false} />
|
||||
</Column>
|
||||
<Column overflow="hidden">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue