To make the nicescroll look just like chrome/safari I did the following:
jQuery( 'html' ).niceScroll(
{
scrollspeed: 60,
mousescrollstep: 40,
cursorwidth: 9,
cursorborder: '1px solid #6c6c6c',
cursorcolor: '#000',
cursorborderradius: 8,
preservenativescrolling: true,
cursoropacitymax: .5,
autohidemode: true,
zindex: 999999,
horizrailenabled: false
}
);
In order to make it really work, I also had to add margin-right of 2px. May
want to just have that as an option.
Thanks for the great script!
Original issue reported on code.google.com by dpauks...@gmail.com on 28 Jan 2015 at 6:57
Original issue reported on code.google.com by
dpauks...@gmail.com
on 28 Jan 2015 at 6:57