Merge pull request #58 from brecert/master

fix image overflow on older browsers
pull/59/head
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
1 changed files with 2 additions and 0 deletions

View File

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