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