mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 04:37:54 +00:00
increased the size of the iframe
This commit is contained in:
parent
aeace796d8
commit
cf80fc46a9
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user