mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Set overflow: hidden and contain: layout paint on lines
This commit is contained in:
committed by
Antonio Scandurra
parent
42bb02c8a8
commit
abfcfb3c9a
@@ -86,6 +86,8 @@ atom-text-editor {
|
||||
|
||||
.line {
|
||||
white-space: pre;
|
||||
overflow: hidden;
|
||||
contain: layout paint;
|
||||
|
||||
&.cursor-line .fold-marker::after {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user