Turn off perfect-scrollbar

This commit is contained in:
Mathieu Lagace
2019-12-22 12:57:35 -05:00
parent ab82a55452
commit e5d28d796a

View File

@@ -20,11 +20,11 @@
if (isWindows) { if (isWindows) {
// if we are on windows OS we activate the perfectScrollbar function // 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 { } else {
$('html').addClass('perfect-scrollbar-off'); //$('html').addClass('perfect-scrollbar-off');
} }
})(); })();