function getScrollTop() { return ( window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop ); } export { getScrollTop };