Custom scrollbar

This commit is contained in:
2019-10-05 18:50:12 +02:00
parent 9a77c20cc6
commit e62d99d0fc
10 changed files with 670 additions and 8 deletions

View File

@@ -81,7 +81,16 @@ oCATC.pageInit = function(asHash, bFirstPage) {
loadDocs();
}
});
loadDocs();
//Scrollbar
$('#docs, #notes').mCustomScrollbar({
axis: 'y',
scrollInertia: 0,
autoExpandScrollbar: true,
theme: 'dark-thin'
});
};
oCATC.onQuitPage = function(sExitMode) {