mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 Small UI fix for mobile
This commit is contained in:
@@ -78,7 +78,7 @@ export function Header(props: any) {
|
|||||||
>
|
>
|
||||||
{(styles) => (
|
{(styles) => (
|
||||||
<div style={styles}>
|
<div style={styles}>
|
||||||
<ScrollArea style={{ height: '90vh' }}>
|
<ScrollArea offsetScrollbars style={{ height: '90vh' }}>
|
||||||
<Group my="sm" grow direction="column" style={{ width: 300 }}>
|
<Group my="sm" grow direction="column" style={{ width: 300 }}>
|
||||||
<ModuleWrapper module={CalendarModule} />
|
<ModuleWrapper module={CalendarModule} />
|
||||||
<ModuleWrapper module={TotalDownloadsModule} />
|
<ModuleWrapper module={TotalDownloadsModule} />
|
||||||
|
|||||||
Reference in New Issue
Block a user