Skip to content

hehe1111/hide-scrollbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hide-scrollbar

Downloads Version License

  • Hide scrollbar(s) of the given element both on horizotal and vertical if present.

Install

npm install hide-scrollbar

Usage

import hideScrollbar from 'hide-scrollbar';

// el: target element
// width: width of wrapper element of el. Required.
// height: height of wrapper element of el. Required.
hideScrollbar(el, '200px', '200px');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published