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