mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Set appended view to 'position: absolute' in ::appendToLinesView
This commit is contained in:
@@ -45,6 +45,7 @@ class ReactEditorView extends View
|
||||
@editor.pixelPositionForScreenPosition(screenPosition)
|
||||
|
||||
appendToLinesView: (view) ->
|
||||
view.css('position', 'absolute')
|
||||
@find('.scroll-view-content').prepend(view)
|
||||
|
||||
beforeRemove: ->
|
||||
|
||||
Reference in New Issue
Block a user