Browse Source

Fixes #1588: Remove overflow: hidden rule

Alexandru Dima 5 years ago
parent
commit
5aeade9285
1 changed files with 0 additions and 1 deletions
  1. 0 1
      website/playground/playground-runner.html

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

@@ -8,7 +8,6 @@
 
 	<style type="text/css">
 		body { margin: 0; padding: 0; border: 0; }
-		.monaco-editor { overflow: hidden; }
 	</style>
 
 	<script>var require = { paths: { 'vs': '../../release/dev/vs' } };</script>