Avoid scrollbars in the runner iframe

This commit is contained in:
Alex Dima 2020-09-21 15:48:30 +02:00
parent 398fd0eee6
commit 8b9e18c804
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -7,7 +7,7 @@
<link data-name="vs/editor/editor.main" rel="stylesheet" href="../../release/dev/vs/editor/editor.main.css" />
<style type="text/css">
body { margin: 0; padding: 0; border: 0; }
body { margin: 0; padding: 0; border: 0; overflow: hidden; }
</style>
</head>