mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-26 17:48:50 +00:00
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…
x
Reference in New Issue
Block a user