Fixes #1588: Remove overflow: hidden rule

This commit is contained in:
Alexandru Dima 2019-12-11 16:07:55 +01:00
parent 730a8dbc40
commit 5aeade9285
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -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>