mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 18:44:07 +00:00
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;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
`
|
`
|
||||||
const operations = {
|
const operations = {
|
||||||
ON_SAFE_INFO: 'ON_SAFE_INFO',
|
ON_SAFE_INFO: 'ON_SAFE_INFO',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user