Show More
@@ -271,7 +271,9 b' div.text_cell_render {' | |||
|
271 | 271 | |
|
272 | 272 | .CodeMirror-scroll { |
|
273 | 273 | height: auto; /* Changed to auto to autogrow */ |
|
274 | overflow-y: visible; /* Changed from auto to remove scrollbar */ | |
|
274 | /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ | |
|
275 | /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ | |
|
276 | overflow-y: hidden; | |
|
275 | 277 | overflow-x: auto; /* Changed from auto to remove scrollbar */ |
|
276 | 278 | } |
|
277 | 279 |
General Comments 0
You need to be logged in to leave comments.
Login now