fix image overflow on older browsers

This commit is contained in:
brecert 2021-08-10 05:48:26 -04:00
parent 7a80c0edb5
commit 6f99af6527
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;
}