Преглед на файлове

Fixes #1588: Remove overflow: hidden rule

Alexandru Dima преди 5 години
родител
ревизия
5aeade9285
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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>