mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-14 20:28:25 -04:00
Turn on perfect-scrollbar
This commit is contained in:
Vendored
+3
-3
@@ -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');
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user