We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e29b20 commit 6161d1fCopy full SHA for 6161d1f
tech-preview/micropython/index.html
@@ -86,7 +86,7 @@
86
const dark = window.matchMedia('(prefers-color-scheme: dark)').matches;
87
const editor = document.getElementById('editor');
88
const output = document.getElementById('output');
89
- output.parentElement.setAttribute('style', "")
+ output.parentElement.setAttribute('style', "height:20rem;overflow-y:scroll")
90
console.log(output.parentElement)
91
const runtime = document.querySelector('input[name="runtime"]:checked').value;
92
if (runtime === "pyodide") {
0 commit comments