New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@redbuck/scroll-locker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redbuck/scroll-locker

lock scrolling Element when you open a popup

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

lock scrolling Element when you open a popup

usage

import ScrollLocker from './lib/index.js';

const locker = new ScrollLocker();

// lock scrolling Element
locker.lock();
// release scrolling Element
locker.release();

解决滚动穿透问题

代码来自有赞UI库

Keywords

scroll

FAQs

Package last updated on 26 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts