mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
🚑 Hotfix preview height
This commit is contained in:
@@ -18,7 +18,7 @@ export const MediaList = ({ medias }: MediaListProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
style={{ maxHeight: 450, minHeight: 210, maxWidth: '90vw' }}
|
style={{ height: 450, minHeight: 210, maxWidth: '90vw' }}
|
||||||
offsetScrollbars
|
offsetScrollbars
|
||||||
pt={5}
|
pt={5}
|
||||||
className={classes.scrollArea}
|
className={classes.scrollArea}
|
||||||
|
|||||||
Reference in New Issue
Block a user