Fix css height bug for matted photos

This commit is contained in:
Sam Becker 2025-01-26 16:43:13 -06:00
parent cae1da9f6a
commit 99c22f0af1

View File

@ -153,7 +153,7 @@ export default function PhotoLarge({
)}>
<div
ref={refZoomControlsContainer}
className={clsx(showZoomControls && 'cursor-zoom-in')}
className={clsx('h-full', showZoomControls && 'cursor-zoom-in')}
>
<ImageLarge
className={clsx(arePhotosMatted && 'h-full')}