vue-prevent-parent-scroll

1.0.5 • Public • Published

Description

A Vue directive that prevents vertical scrolling outside the current element when top or bottom are reached.

Installation

npm install --save vue-prevent-parent-scroll

Example

import Vue from 'vue'
 
Vue.use(require('vue-prevent-parent-scroll'))
<div id="parent">
  <div id="scrollable-child" v-prevent-parent-scroll>
  </div>
</div>

Package Sidebar

Install

npm i vue-prevent-parent-scroll

Weekly Downloads

314

Version

1.0.5

License

ISC

Last publish

Collaborators

  • rhyek