diff --git a/public/js/material-dashboard.js b/public/js/material-dashboard.js index 30fc10b9..b7986449 100644 --- a/public/js/material-dashboard.js +++ b/public/js/material-dashboard.js @@ -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'); } })();