Editor X Rookie with a Question

I’m acquainting myself with Editor X (I love it!), and I’m taking Gavin’s Draw the Curtain course. After creating a vertical section and marking it as a master, he instructs us to click on scroll but there isn’t a scroll section in the inspector. It’s been since replaced with sticky, pinned, and default. I’m guessing sticky? That’s how much of a beginner I am, but I’m not embarrassed to ask at all. I’ll do whatever I need to excel at this. A little help?

Sticky would mean it respects the heirachy of other elements above it and then once you reach this element, it then sticks to the screen and scrolls within its container.

Pinned would mean this does not respect the heirachy of other elements and overlaps itself on top of everything else. This pinned element will be always stuck at the same section of your screen.

Take a look at this codepen to showcase this effect . I am guessing EditorX uses Pinned to indicate Fixed position.