Skip to content

Commit 547a8f9

Browse files
committed
fix: small fix
1 parent 990de66 commit 547a8f9

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

runestone/activecode/js/activecode_brython.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ document <= html.SCRIPT("let container = document.querySelector('.container-pre'
129129
this.output = document.createElement("iframe");
130130
$(this.output).css("background-color", "white");
131131
$(this.output).css("position", "relative");
132-
$(this.output).css("height", $(this.output_height));
132+
// $(this.output).css("height", $(this.output_height));
133+
this.output.style.height = this.output_height;
133134
$(this.output).css("width", "100%");
134135
outDiv.appendChild(this.output);
135136
this.outerDiv.appendChild(outDiv);

runestone/dist/node_modules_moment_locale_sync_recursive_-runestone_activecode_js_acfactory_js.bundle.js

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)