disqusLoader.js icon indicating copy to clipboard operation
disqusLoader.js copied to clipboard

Fix empty scrollTop, simplify distance checking

Open ericworks opened this issue 4 years ago • 0 comments

At line 29, document.body.scrollTop returns 0 on Chrome, Firefox etc. It is recommended to use document.scrollingElement.scrollTop instead. Actually here (at line 63) getBoundingClientRect() is enough to get the distance between the Disqus widget and the top of viewport.

ericworks avatar Aug 12 '20 14:08 ericworks