More iframe height fixing
This commit is contained in:
@@ -10,7 +10,6 @@ export function createWidgetSandboxIFrame(
|
||||
) {
|
||||
const iframe = document.createElement("iframe");
|
||||
iframe.srcdoc = panelHtml;
|
||||
// iframe.style.height = "150px";
|
||||
|
||||
const messageListener = (evt: any) => {
|
||||
(async () => {
|
||||
|
||||
Reference in New Issue
Block a user