Scroll position on page reload - Latest version (3.5.4) #387
Closed
Description
I'm using the latest versión on a site who have body scroll and div scroll.
When a load the page both scrollbars appears in the correct position, but if I scroll the body a refresh the page, the div scroll shows in wrong position.
I try with the .resize() function but nothing happens:
$("body, .data-container").niceScroll({zindex: 9999, autohidemode: false });
$("body, .data-container").getNiceScroll().resize();
I'm using Chrome.
At last, I change the versión of nicescroll.js to 3.5.0, and works great.
Thanks for the great job and the great plugin!