Don't 'contain: paint' line elements

This fixes
https://github.com/atom/atom/pull/13880#issuecomment-296623782 once
again.
This commit is contained in:
Antonio Scandurra
2017-05-05 14:18:16 +02:00
parent 2855e01289
commit b9783b125e

View File

@@ -87,7 +87,7 @@ atom-text-editor {
.line {
white-space: pre;
overflow: hidden;
contain: layout paint;
contain: layout;
&.cursor-line .fold-marker::after {
opacity: 1;