Fix image grid crop on Safari
This commit is contained in:
parent
e054019cd0
commit
cfa152937c
@ -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={{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user