scrolling: faster wheelspeed

ref #11053

(cherry picked from commit 8e81dc1e79)
This commit is contained in:
Daniel Lee
2018-03-07 14:18:49 +01:00
parent 3591e573f1
commit a1db5561e0
@@ -8,6 +8,7 @@ export function geminiScrollbar() {
link: function(scope, elem, attrs) {
let scrollbar = new PerfectScrollbar(elem[0], {
wheelPropagation: true,
wheelSpeed: 3,
});
let lastPos = 0;