aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-scroll-position
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useScrollPosition hookArmand Philippot2023-11-153-0/+57
* return the scroll position (both X and Y) * no longer accepts arguments * add tests