repl: overflow: hidden to contain the character surveyor

fixes #12876
This commit is contained in:
isidor
2016-09-29 09:42:28 +02:00
parent 5682c8ffb1
commit 17d587c258

View File

@@ -9,6 +9,7 @@
height: 100%;
position: relative;
box-sizing: border-box;
overflow: hidden;
}
.monaco-workbench .repl .surveyor {