Prevents scrolling on the document body.
Whether to prevent scrolling (default: true).
This hook sets overflow: hidden on the document body when active. It also compensates for the scrollbar width to prevent layout shifts.
overflow: hidden
usePreventScroll(isModalOpen); Copy
usePreventScroll(isModalOpen);
Prevents scrolling on the document body.