aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-scroll-lock/use-scroll-lock.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add an Overlay componentArmand Philippot2023-11-111-0/+58
* add useScrollbarWidth hook * add useScrollLock hook * add a new component to lock scroll with an overlay (it can be useful especially on small screens to prevent background contents to be scrolled)