diff --git a/src/app/editor.coffee b/src/app/editor.coffee index 446a82b1b..e62622c98 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -746,7 +746,7 @@ class Editor extends View height = @lineHeight * @screenLineCount() unless @layerHeight == height @renderedLines.height(height) - @underlayer.height(height) + @underlayer.css('min-height', height) @overlayer.height(height) @layerHeight = height