patch: changed iframe size to percent

Change-Type: patch
This commit is contained in:
Peter Makra 2022-01-20 20:18:13 +01:00
parent 507ca28234
commit 6e9f6385d3

View File

@ -308,6 +308,8 @@ export function SettingsModal({ toggleModal }: SettingsModalProps): any {
left: '0px',
right: '0px',
border: 'none',
width: '100%',
height: '100%',
margin: 0,
padding: 0,
backgroundColor: 'white',