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

View File

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