Const
ScrollLock utility for preventing body scroll.
Used by dialogs, modals, and other overlay components to prevent the background from scrolling while the overlay is open.
Features:
Lock body scroll. Automatically unlocks when scope closes.
// In a dialog componentyield* ScrollLock.lock;// Body scroll is now prevented// When scope closes, scroll is automatically restored Copy
// In a dialog componentyield* ScrollLock.lock;// Body scroll is now prevented// When scope closes, scroll is automatically restored
ScrollLock utility for preventing body scroll.
Used by dialogs, modals, and other overlay components to prevent the background from scrolling while the overlay is open.
Features: