auto height for html preview
This commit is contained in:
parent
4199e17da0
commit
fb60fbb217
|
@ -96,7 +96,7 @@ export function HTMLPreview(props: { code: string }) {
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
}}
|
}}
|
||||||
onClick={(e) => e.stopPropapation()}
|
onClick={(e) => e.stopPropagation()}
|
||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
id={frameId}
|
id={frameId}
|
||||||
|
|
Loading…
Reference in New Issue