2.0.0 • Published 3 years ago

hide-show-scroll v2.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

hide-show-scroll npm File Size

https://henrygd.me/hide-show-scroll

This won't work if the scrollbar is on an element other than html. May add that option in the future.

Module Usage

$ npm install hide-show-scroll
import { hideScroll, showScroll } from 'hide-show-scroll'

// lock scroll / hide html scrollbar
hideScroll()

// allow scroll / show html scrollbar
showScroll()

Direct Script Usage

<script src="hide-show-scroll.min.js"></script>
// lock scroll / hide html scrollbar
hideShowScroll.hideScroll()

// allow scroll / show html scrollbar
hideShowScroll.showScroll()

License

MIT

2.0.0

3 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago