diff --git a/src/components/media.jsx b/src/components/media.jsx index f4682301..fdf6b066 100644 --- a/src/components/media.jsx +++ b/src/components/media.jsx @@ -60,11 +60,12 @@ function Media({ media, showOriginal, autoAnimate, onClick = () => {} }) { containerProps: { className: 'media-zoom', style: { - width: 'inherit', - height: 'inherit', - justifyContent: 'inherit', - alignItems: 'inherit', - // display: 'inherit', + overflow: 'visible', + // width: 'inherit', + // height: 'inherit', + // justifyContent: 'inherit', + // alignItems: 'inherit', + // display: 'inherit', }, }, onUpdate,