From 6e9f6385d31c60e3074e36ae69afcdf587d0c851 Mon Sep 17 00:00:00 2001 From: Peter Makra <6892971+mcraa@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:18:13 +0100 Subject: [PATCH] patch: changed iframe size to percent Change-Type: patch --- lib/gui/app/components/settings/settings.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gui/app/components/settings/settings.tsx b/lib/gui/app/components/settings/settings.tsx index 0fc132e1..8c98b6fb 100644 --- a/lib/gui/app/components/settings/settings.tsx +++ b/lib/gui/app/components/settings/settings.tsx @@ -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',