Fixed height of img in lightbox on chrome

This commit is contained in:
DrMint 2022-07-24 15:56:47 +02:00
parent 45b670de4e
commit 70a5cbae91
1 changed files with 1 additions and 1 deletions

View File

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