mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Style scrollbars.
This commit is contained in:
parent
14802afe8b
commit
17601c4dea
8 changed files with 56 additions and 15 deletions
|
|
@ -108,11 +108,10 @@ export default function WebsiteMenuView({ websiteId, websiteDomain }) {
|
|||
</Link>
|
||||
<SideNav items={items} selectedKey={view} shallow={true} />
|
||||
</GridColumn>
|
||||
<GridColumn xs={12} sm={12} md={12} defaultSize={9} className={styles.data}>
|
||||
<GridColumn xs={12} sm={12} md={12} defaultSize={9} className={styles.content}>
|
||||
<DetailsComponent
|
||||
websiteId={websiteId}
|
||||
websiteDomain={websiteDomain}
|
||||
height={500}
|
||||
limit={false}
|
||||
animate={false}
|
||||
showFilters={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue