add overflow hidden to iframe container in safe apps
This commit is contained in:
parent
afd06d4579
commit
a84c8765c0
|
@ -52,6 +52,7 @@ const IframeWrapper = styled.div`
|
|||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
`
|
||||
const operations = {
|
||||
ON_SAFE_INFO: 'ON_SAFE_INFO',
|
||||
|
|
Loading…
Reference in New Issue