Scroll separatelyon one page

Hi,
I want to scroll differently on one page. Lets say one part of the page is Text with pictres and right part is just pictures and i want to scroll the two different sides separately. How can i do that?

Here is an example of what i mean:

Thanks for the help!
Pascal

1 Like

Hi, I am also interested in getting this done. I have a button on each of my project pages to see more info about the projects and it works like a lateral page like in this website (https://advance-copy.com) but I can’t manage to get each part to scroll independently. I think it has to do with overflow: scroll but I can’t make it work.

1 Like

this is only possible with some custom code. You would need to at least manually set up one scrollcontainer with its content in pure html/css.
So in a customcode widget, design your content, then fix it inside Rm and let it be scrollable with overflow: scroll.