Merge branch '3.2.5' into 'dev'

Turn off perfect-scrollbar

See merge request TheGamecraft/c-cms!90
This commit is contained in:
Mathieu Lagace
2019-12-22 18:00:38 +00:00

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');
}
})();