Prechádzať zdrojové kódy

Fixes #1588: Remove overflow: hidden rule

Alexandru Dima 5 rokov pred
rodič
commit
5aeade9285
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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>