参考:
why to use 'html, body' for scrollTop instead of just 'html'
MDN
有时候 body scrollTop 和 html scrollTop 傻傻分不清楚的时候可以用这个.
(document.scrollingElement ?? document.documentElement).scrollTop