Skip to content

Commit 1d72db3

Browse files
save file
1 parent 35a004e commit 1d72db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
iframe.setAttribute('allow',sandbox_allow);
347347
iframe.src = sandbox_url;
348348
debug(sandbox_url);
349-
//iframe.style.cssText = 'display:none';
349+
iframe.style.cssText = 'display:none;box-sizing:border-box';
350350
iframe.onload = onload;
351351

352352
root.append(iframe);

0 commit comments

Comments
 (0)