Browse Source

Avoid scrollbars in the runner iframe

Alex Dima 4 years ago
parent
commit
8b9e18c804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/playground/playground-runner.html

+ 1 - 1
website/playground/playground-runner.html

@@ -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>