🚑 Hotfix preview height

This commit is contained in:
ajnart
2023-02-03 21:08:27 +09:00
parent eff73d233a
commit 3bd5495d2a

View File

@@ -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}