useLockBodyScroll

useLockBodyScroll is a custom hook that prevents your users from being able to scroll the body of your page while a particular component is absolutely positioned over your page (think modal or full-screen mobile menu).

Import#

import { useLockBodyScroll } from '@dwarvesf/react-hooks'

Usage#