##// END OF EJS Templates
In CM3, the class that needs autogrow has changed.
Brian E. Granger -
Show More
@@ -367,10 +367,10 b' div.text_cell_render {'
367
367
368 .CodeMirror {
368 .CodeMirror {
369 line-height: 1.231; /* Changed from 1em to our global default */
369 line-height: 1.231; /* Changed from 1em to our global default */
370 height: auto; /* Changed to auto to autogrow */
370 }
371 }
371
372
372 .CodeMirror-scroll {
373 .CodeMirror-scroll {
373 height: auto; /* Changed to auto to autogrow */
374 /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
374 /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
375 /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
375 /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
376 overflow-y: hidden;
376 overflow-y: hidden;
General Comments 0
You need to be logged in to leave comments. Login now