Fix external render, make iframe render work (#35727, #35730) (#35731)

Backport #35727 and #35730

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
wxiaoguang
2025-10-23 16:07:17 +08:00
committed by GitHub
parent 0925089b5e
commit b2f2f8528a
19 changed files with 391 additions and 121 deletions

View File

@@ -545,6 +545,11 @@ In markup content, we always use bottom margin for all elements */
margin: 0 0.25em;
}
.external-render-iframe {
width: 100%;
height: max(300px, 80vh);
}
.markup-content-iframe {
display: block;
border: none;

View File

@@ -0,0 +1 @@
/* dummy */