When I am utilizing long polling, I encounter an issue where every time I use AJAX to refresh a page partial inside a scrollable div, the contents automatically scroll to the top. Is there any way to load the partial while maintaining the current scroll position?
<div style="height:600px; overflow-y:scroll;">
<!-- The partial content is loaded here and it may have varying heights each time -->
</div>