mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 22:45:51 +08:00

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>