aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/overlay
Commit message (Collapse)AuthorAgeFilesLines
* feat(components): add an Overlay componentArmand Philippot2023-11-115-0/+150
* 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)