add overflow hidden to iframe container in safe apps

This commit is contained in:
Mikhail Mikheev 2020-08-10 14:25:53 +04:00
parent afd06d4579
commit a84c8765c0
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ const IframeWrapper = styled.div`
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
`
const operations = {
ON_SAFE_INFO: 'ON_SAFE_INFO',