Pārlūkot izejas kodu

scrolling: faster wheelspeed

ref #11053
Daniel Lee 7 gadi atpakaļ
vecāks
revīzija
8e81dc1e79
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      public/app/core/components/scroll/scroll.ts

+ 1 - 0
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;