mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Don't 'contain: paint' line elements
This fixes https://github.com/atom/atom/pull/13880#issuecomment-296623782 once again.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user