Update src/static/css/iframe_editor.css
parent
025a3aa724
commit
93d58b93be
|
@ -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;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue