Multi-Page Vertical (Anchored) Menu

I want to create a “geometric” site with a vertical side menu that is sticky throughout the entire navigation experience (through multiple pages). Like this: https://p5js.org/

Is this possible to do in Wix Studio? I made something similar already but the menu floats, it’s pinned to a 0px header, so it’s not super precise.

you can add a section, pin it to the page, set it to 100vh

like this test site -

Hi, and thank you for the quick answer!

It could would work as a global component? How would I handle the rest of the side on the side that I do want scrolling vertically (across multiple pages) like in the example https://p5js.org/?

Could it be that every page would have a two column layout and the menu section would always take one of them? Just brainstorming, but maybe you know of a smarter way to do this?

With the other sections you set the side margin to be what the pinned section width is. Then you can set these sections as sticky to get the overlap scroll effect