add overflow hidden to iframe container in safe apps
This commit is contained in:
parent
e7ba2b12c6
commit
70a1c523d4
|
@ -55,6 +55,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