💄 Small UI fix for mobile

This commit is contained in:
ajnart
2022-06-21 19:38:32 +02:00
parent c29d6f58dd
commit d1f89847f5

View File

@@ -78,7 +78,7 @@ export function Header(props: any) {
>
{(styles) => (
<div style={styles}>
<ScrollArea style={{ height: '90vh' }}>
<ScrollArea offsetScrollbars style={{ height: '90vh' }}>
<Group my="sm" grow direction="column" style={{ width: 300 }}>
<ModuleWrapper module={CalendarModule} />
<ModuleWrapper module={TotalDownloadsModule} />