Fix image grid crop on Safari

This commit is contained in:
Sam Becker 2024-02-21 20:08:13 -06:00
parent e054019cd0
commit cfa152937c

View File

@ -60,7 +60,7 @@ export default function PhotoGrid({
'aspect-square', 'aspect-square',
'overflow-hidden', 'overflow-hidden',
'[&>*]:flex [&>*]:w-full [&>*]:h-full', '[&>*]:flex [&>*]:w-full [&>*]:h-full',
'[&>*>*]:object-cover', '[&>*>*]:object-cover [&>*>*]:min-h-full',
) )
: undefined} : undefined}
style={{ style={{