more for scrollbar

This commit is contained in:
ksjdragon 2015-02-01 22:55:06 -05:00
parent a54e179da3
commit 51e2635846
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Template.checkout.rendered = function() {
$(".chckChromebooks").mCustomScrollbar({
theme: 'dark',
scrollInertia: 0,
scrollInertia: 10,
mouseWheel: { deltaFactor: 40 },
alwaysShowScrollbar: 2
});

View File

@ -26,8 +26,8 @@ Template.teacher.rendered = function() {
$(".tchChromebooks").mCustomScrollbar({
theme: 'dark',
scrollInertia: 0,
mouseWheel: { deltaFactor: 40 },
scrollInertia: 10,
mouseWheel: { deltaFactor: 30 },
alwaysShowScrollbar: 2
});
}