prevent-overscrolling
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

prevent-overscrolling

Prevents scroll events from overflowing down to parent elements

GitHub release Build Status Codacy Badge

Features

  • Prevents overscrolling on touch devices
  • Prevents overscrolling via mouse wheel
  • Prevents overscrolling via scroll bar

Install

You can install via npm or yarn.

npm

npm install --save prevent-overscrolling

yarn

yarn add prevent-overscrolling

Usage

Importing

You can import using ES6 imports.

import { PreventOverScrolling, EnableOverScrolling } from 'prevent-overscrolling';

Example

const myScrollableElement = document.querySelector('.MyScrollableElement');

ReEnableOverScrolling(myScrollableElement);

Package Sidebar

Install

npm i prevent-overscrolling

Weekly Downloads

53

Version

1.1.5

License

MIT

Unpacked Size

96.9 kB

Total Files

21

Last publish

Collaborators

  • bameyrick