wekan/packages/wekan-scrollbar
Lauri Ojansivu 9d13001b90 Add settings for mouse wheen scroll inertia and scroll amount.
For example:
  sudo snap set scrollinertia='200'
  sudo snap set scrollamount='200'

Thanks to danger89 and xet7 !

Related #2949
2020-03-05 21:51:03 +02:00
..
.gitignore Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
jquery.mCustomScrollbar.css Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
jquery.mCustomScrollbar.js Add settings for mouse wheen scroll inertia and scroll amount. 2020-03-05 21:51:03 +02:00
jquery.mousewheel.js Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
LICENSE Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00
package.js Update package names. 2019-04-20 15:24:09 +03:00
readme.md Include to Wekan packages directory contents, so that meteor command would build all directly. 2019-04-20 15:18:33 +03:00

Meteor Wrapper for Malihu jQuery Custom Scrollbar plugin

Add to your Meteor app

meteor add wekan:wekan-scrollbar

OLD

Add to your Meteor app

meteor add maazalik:malihu-jquery-custom-scrollbar

Compatible with Meteor v0.9.0.1