fix image overflow on older browsers

This commit is contained in:
brecert 2021-08-10 05:48:26 -04:00
parent 7a80c0edb5
commit 6f99af6527
No known key found for this signature in database
GPG key ID: 1B2E56B9EC985B96

View file

@ -18,6 +18,8 @@ const Grid = styled.div`
max-width: 100%;
max-height: 100%;
overflow: hidden;
object-fit: contain;
}