Procházet zdrojové kódy

Avoid scrollbars in the runner iframe

Alex Dima před 4 roky
rodič
revize
8b9e18c804
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>