mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-06 13:35:48 +01:00
💄 Small UI fix for mobile
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user