increased the size of the iframe

This commit is contained in:
Saifeddine ALOUI 2024-07-22 01:25:29 +02:00
parent aeace796d8
commit cf80fc46a9

View File

@ -3067,7 +3067,7 @@ class APScript(StateMachine):
callback = self.callback callback = self.callback
if callback: if callback:
iframe_html = f'<iframe srcdoc="{html_ui}" style="width:100%; height:100%; border:none;"></iframe>' iframe_html = f'<iframe class="w-full" srcdoc="{html_ui}" style="width:100%; height:100%; border:none;"></iframe>'
callback(iframe_html, MSG_TYPE.MSG_TYPE_UI) callback(iframe_html, MSG_TYPE.MSG_TYPE_UI)