mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user