Fix css height bug for matted photos
This commit is contained in:
parent
cae1da9f6a
commit
99c22f0af1
@ -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')}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user