@joaopedroabreuu/scrolllock
v1.0.4
Published
Lock and unlock window scroll when called
Maintainers
Readme
What is this?
Plugin designed to help lock the window scroll when opening a modal, for example
Installation
npm i @joaopedroabreuu/scrolllock --save
Then...
require('@joaopedroabreuu/scrolllock');Unlocked
$.scrollLock(false);
Locked
$.scrollLock(true);
