mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
0bef5af582
All current browser treat the HTML document (not the body element) as the scrollable document element. Hence in all current browsers, `document.body.scrollTop` returns 0. This commit removes all usage of this property, because it is effectively 0. Co-authored-by: David Taylor <david@taylorhq.com>