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({
|
$(".border.tabs-content").mCustomScrollbar({
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
scrollInertia: 0,
|
scrollInertia: 0,
|
||||||
mouseWheelPixels: 40,
|
mouseWheel: { deltaFactor: 40 },
|
||||||
contentTouchScroll: 30
|
alwaysShowScrollbar: 2
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -27,7 +27,7 @@ Template.checkout.rendered = function() {
|
|||||||
$(".chckChromebooks").mCustomScrollbar({
|
$(".chckChromebooks").mCustomScrollbar({
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
scrollInertia: 0,
|
scrollInertia: 0,
|
||||||
mouseWheelPixels: 40,
|
mouseWheel: { deltaFactor: 40 },
|
||||||
contentTouchScroll: 30
|
alwaysShowScrollbar: 2
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -17,6 +17,7 @@ body {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
height: 10%;
|
height: 10%;
|
||||||
max-width: 81%;
|
max-width: 81%;
|
||||||
|
max-height: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkout, .teacher {
|
.checkout, .teacher {
|
||||||
|
|||||||
@ -27,7 +27,7 @@ Template.teacher.rendered = function() {
|
|||||||
$(".tchChromebooks").mCustomScrollbar({
|
$(".tchChromebooks").mCustomScrollbar({
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
scrollInertia: 0,
|
scrollInertia: 0,
|
||||||
mouseWheelPixels: 40,
|
mouseWheel: { deltaFactor: 40 },
|
||||||
contentTouchScroll: 30
|
alwaysShowScrollbar: 2
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user