More iframe height fixing

This commit is contained in:
Zef Hemel
2023-10-04 16:21:18 +02:00
parent 852b07c7a7
commit 371932e085
3 changed files with 10 additions and 7 deletions
-1
View File
@@ -10,7 +10,6 @@ export function createWidgetSandboxIFrame(
) {
const iframe = document.createElement("iframe");
iframe.srcdoc = panelHtml;
// iframe.style.height = "150px";
const messageListener = (evt: any) => {
(async () => {