probably fixed html load error, probably fixed touchpad error
This commit is contained in:
parent
c70be2ead5
commit
994a7f2973
@ -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
|
||||
});
|
||||
|
||||
}
|
||||
@ -27,7 +27,7 @@ Template.checkout.rendered = function() {
|
||||
$(".chckChromebooks").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheelPixels: 40,
|
||||
contentTouchScroll: 30
|
||||
mouseWheel: { deltaFactor: 40 },
|
||||
alwaysShowScrollbar: 2
|
||||
});
|
||||
}
|
||||
@ -17,6 +17,7 @@ body {
|
||||
color: #000000;
|
||||
height: 10%;
|
||||
max-width: 81%;
|
||||
max-height: 10%;
|
||||
}
|
||||
|
||||
.checkout, .teacher {
|
||||
|
||||
@ -27,7 +27,7 @@ Template.teacher.rendered = function() {
|
||||
$(".tchChromebooks").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheelPixels: 40,
|
||||
contentTouchScroll: 30
|
||||
mouseWheel: { deltaFactor: 40 },
|
||||
alwaysShowScrollbar: 2
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user