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 e7ba2b12c6
commit 70a1c523d4
1 changed files with 1 additions and 0 deletions

View File

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