Move lines class

This commit is contained in:
Nathan Sobo
2017-02-27 15:21:53 -07:00
committed by Antonio Scandurra
parent b362f746f8
commit 9487c1cd00

View File

@@ -224,7 +224,7 @@ class TextEditorComponent {
)
}
return $.div({ref: 'lines', className: 'lines', style}, children)
return $.div({style}, children)
}
renderLineTiles (width, height) {
@@ -288,6 +288,7 @@ class TextEditorComponent {
return $.div({
key: 'lineTiles',
className: 'lines',
style: {
position: 'absolute',
contain: 'strict',