more for scrollbar
This commit is contained in:
parent
a54e179da3
commit
51e2635846
@ -7,7 +7,7 @@ Template.checkout.rendered = function() {
|
|||||||
|
|
||||||
$(".chckChromebooks").mCustomScrollbar({
|
$(".chckChromebooks").mCustomScrollbar({
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
scrollInertia: 0,
|
scrollInertia: 10,
|
||||||
mouseWheel: { deltaFactor: 40 },
|
mouseWheel: { deltaFactor: 40 },
|
||||||
alwaysShowScrollbar: 2
|
alwaysShowScrollbar: 2
|
||||||
});
|
});
|
||||||
|
|||||||
@ -26,8 +26,8 @@ Template.teacher.rendered = function() {
|
|||||||
|
|
||||||
$(".tchChromebooks").mCustomScrollbar({
|
$(".tchChromebooks").mCustomScrollbar({
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
scrollInertia: 0,
|
scrollInertia: 10,
|
||||||
mouseWheel: { deltaFactor: 40 },
|
mouseWheel: { deltaFactor: 30 },
|
||||||
alwaysShowScrollbar: 2
|
alwaysShowScrollbar: 2
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user