From e15f122dd148aa48a0641cb2c986c05438f39361 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Wed, 29 Mar 2023 20:53:48 +0800
Subject: [PATCH] Try this fix

---
 src/components/media.jsx | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

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,