probably fixed html load error, probably fixed touchpad error

This commit is contained in:
ksjdragon 2015-01-31 22:47:23 -05:00
parent c70be2ead5
commit 994a7f2973
4 changed files with 7 additions and 6 deletions

View File

@ -119,8 +119,8 @@ Template.admin.rendered = function() {
$(".border.tabs-content").mCustomScrollbar({
theme: 'dark',
scrollInertia: 0,
mouseWheelPixels: 40,
contentTouchScroll: 30
mouseWheel: { deltaFactor: 40 },
alwaysShowScrollbar: 2
});
}

View File

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

View File

@ -17,6 +17,7 @@ body {
color: #000000;
height: 10%;
max-width: 81%;
max-height: 10%;
}
.checkout, .teacher {

View File

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