Question
Captivate 8 responsive scrolling
I unlinked my page heights and now when I hit my responsive site pages they load at the bottom of the page instead of the top. Is there a way to anchor to the top of the scrolling page when it loads?
I tried adding this js on enter of the current page but it didn't work:
- $(document).ready(function(){
$(this).scrollTop(0);
});
