Explorar o código

scrolling: faster wheelspeed

ref #11053
Daniel Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
8e81dc1e79
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;