Skip to content

Commit 6161d1f

Browse files
committed
height
1 parent 9e29b20 commit 6161d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tech-preview/micropython/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
const dark = window.matchMedia('(prefers-color-scheme: dark)').matches;
8787
const editor = document.getElementById('editor');
8888
const output = document.getElementById('output');
89-
output.parentElement.setAttribute('style', "")
89+
output.parentElement.setAttribute('style', "height:20rem;overflow-y:scroll")
9090
console.log(output.parentElement)
9191
const runtime = document.querySelector('input[name="runtime"]:checked').value;
9292
if (runtime === "pyodide") {

0 commit comments

Comments
 (0)