Turn on perfect-scrollbar

This commit is contained in:
Mathieu Lagace
2019-12-22 13:10:57 -05:00
parent e5d28d796a
commit 047633c2ce
2 changed files with 4 additions and 4 deletions

View File

@@ -20,11 +20,11 @@
if (isWindows) {
// if we are on windows OS we activate the perfectScrollbar function
//$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
//$('html').addClass('perfect-scrollbar-on');
$('html').addClass('perfect-scrollbar-on');
} else {
//$('html').addClass('perfect-scrollbar-off');
$('html').addClass('perfect-scrollbar-off');
}
})();