scrolling: faster wheelspeed

ref #11053
pull/11130/head
Daniel Lee 8 years ago
parent 7ebf42842f
commit 8e81dc1e79
  1. 1
      public/app/core/components/scroll/scroll.ts

@ -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;

Loading…
Cancel
Save