mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
When the scroll view is scrolled and overflow-x is set to 'hidden' the scroll view renders wrong. Setting scrollLeft to 0 fixes this problem. I'm unhappy with this solution, but it was a simple way to get the scroll view to update its layout. Closes #137