I want to stop the page from scrolling (I can do this) but I want to have it stay in the same position.
Currently everything I can find online does not work in Bubble. What I mean is that everything I find online that shows how to set the proper CSS or Javascript to keep the page from scrolling while maintaining the current page scroll position do not work in Bubble because for some reason, every method I try in Bubble makes it so when the page is set to not be scrollable, the page scrolls to the top.
I’ve tried with CSS and Javascript.
Has anybody been able to get a page to disable scroll while maintaining its current scroll position so that when the scroll is re-enabled, the page is in the same scroll position?