fix image overflow on older browsers

pull/1049/head
brecert 2021-08-10 05:48:26 -04:00
parent b6230abbd7
commit 3191a61d5b
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;
}