making the underlayer min-height instead of height, to see the wrap guide go full screen

This commit is contained in:
Jon Rohan
2012-12-26 22:16:18 -08:00
parent dc6970b72e
commit 20eba7438b

View File

@@ -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