Fixed height of img in lightbox on chrome
This commit is contained in:
parent
45b670de4e
commit
70a5cbae91
|
@ -84,7 +84,7 @@ export const LightBox = ({
|
|||
</div>
|
||||
|
||||
<Img
|
||||
className="max-h-full [grid-area:image]"
|
||||
className="max-h-full min-h-fit [grid-area:image]"
|
||||
image={images[index]}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue