mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
making the underlayer min-height instead of height, to see the wrap guide go full screen
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user