Merge pull request #58 from brecert/master

fix image overflow on older browsers
This commit is contained in:
Paul Makles 2021-08-11 13:44:38 +01:00 committed by GitHub
commit a944ed5040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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