Show More
@@ -266,13 +266,15 b' div.text_cell_render {' | |||
|
266 | 266 | } |
|
267 | 267 | |
|
268 | 268 | .CodeMirror { |
|
269 | line-height: 1.231; /* Changed from 1em to our global default */ | |
|
269 | line-height: 1.231; /* Changed from 1em to our global default */ | |
|
270 | 270 | } |
|
271 | 271 | |
|
272 | 272 | .CodeMirror-scroll { |
|
273 | height: auto; /* Changed to auto to autogrow */ | |
|
274 | overflow-y: visible; /* Changed from auto to remove scrollbar */ | |
|
275 | overflow-x: auto; /* Changed from auto to remove scrollbar */ | |
|
273 | height: auto; /* Changed to auto to autogrow */ | |
|
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; | |
|
277 | overflow-x: auto; /* Changed from auto to remove scrollbar */ | |
|
276 | 278 | } |
|
277 | 279 | |
|
278 | 280 | /* CSS font colors for translated ANSI colors. */ |
General Comments 0
You need to be logged in to leave comments.
Login now