From e5d28d796a081c6b04cd2d0981eb2e96c255db16 Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Sun, 22 Dec 2019 12:57:35 -0500 Subject: [PATCH] Turn off perfect-scrollbar --- public/js/material-dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); } })();