Parcourir la source

Fixes #1588: Remove overflow: hidden rule

Alexandru Dima il y a 5 ans
Parent
commit
5aeade9285
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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>