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",
|
||||
overflow: "auto",
|
||||
}}
|
||||
onClick={(e) => e.stopPropapation()}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<iframe
|
||||
id={frameId}
|
||||
|
|
Loading…
Reference in New Issue