1.0.4 • Published 6 years ago
@joaopedroabreuu/scrolllock v1.0.4
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);