Update src/static/css/iframe_editor.css

This commit is contained in:
John McLear 2013-02-17 17:13:02 +00:00
parent 025a3aa724
commit 93d58b93be
1 changed files with 5 additions and 1 deletions

View File

@ -177,6 +177,10 @@ p {
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
/* Stops super long lines without being spaces such as aaaaaaaaaaaaaa*100 breaking the editor
Commented out because it stops IE from being able to render the document, crazy IE bug is crazy. */
/*
.ace-line{
overflow:hidden; /* Stops super long lines without being spaces such as aaaaaaaaaaaaaa*100 breaking the editor */
overflow:hidden;
}
*/