CMS PrevNext Stops Scrolling after sometime

Hey there,

We are experiencing an odd behaviour where the CMS template page stops scrolling to the bottom of the page after going through to the last sequence of PrevNext

https://preview.webflow.com/preview/social-disrupt-new-site?utm_medium=preview_link&utm_source=designer&utm_content=social-disrupt-new-site&preview=02d7d90631ff5ac75e585e78d6de9813&pageId=64b5cfa7c12b3ec8aec60c78&itemId=64b8df56dc0f037be62024bd&workflow=preview

Hey @info2! This might be a styling issue related to overflow: hidden as stated here. Can you try to add the

html { overflow-y: scroll; overflow-x:hidden; }
body { position: absolute; }

as suggested?