fix image overflow on older browsers
parent
b6230abbd7
commit
3191a61d5b
|
|
@ -18,6 +18,8 @@ const Grid = styled.div`
|
|||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue