Commit 8e81dc1e by Daniel Lee

scrolling: faster wheelspeed

ref #11053
parent 7ebf4284
...@@ -8,6 +8,7 @@ export function geminiScrollbar() { ...@@ -8,6 +8,7 @@ export function geminiScrollbar() {
link: function(scope, elem, attrs) { link: function(scope, elem, attrs) {
let scrollbar = new PerfectScrollbar(elem[0], { let scrollbar = new PerfectScrollbar(elem[0], {
wheelPropagation: true, wheelPropagation: true,
wheelSpeed: 3,
}); });
let lastPos = 0; let lastPos = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment