Getting rid of bad scrollbar

This commit is contained in:
spf13 2014-06-30 23:39:21 -04:00
parent aa42f4309c
commit 8d3fa7ef49
2 changed files with 0 additions and 10 deletions

View file

@ -6,14 +6,6 @@ function initializeJS() {
//popovers
jQuery('.popovers').popover();
//custom scrollbar
//for html
jQuery("html").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '6', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: '', zindex: '1000'});
//for sidebar
jQuery("#sidebar").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});
// for scroll panel
jQuery(".scroll-panel").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});
//sidebar dropdown menu
jQuery('#sidebar .sub-menu > a').click(function () {
var last = jQuery('.sub-menu.open', jQuery('#sidebar'));