mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
I'm worried overflow:hidden on lines is screwing rendering up
It's hard to reproduce, so I'm going to disable it and see if I see any more artifacts.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
display: table;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
/*overflow: hidden; i'm worried this is causing rendering problems */
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user