Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: useWindowScroll - for cross-browser compatibility
For cross-browser compatibility, use window.pageYOffset instead of window.scrollY. (https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollY)
- Loading branch information