Alignment issues

I’m trying to understand why I can’t get the sidebar column to stick despite adding the above (align-items:flex-start;) with my basic layout (https://codepen.io/CodeDecoder/pen/VwWgXQO), here the same thing but with some text content added to allow for scrolling:

Is it because an “independant” column won’t stick but has to be nested? Is this what you mean by “current context”? Earlier you also wrote:

It will only stick at the top while its parent is in view (that’s how sticky works)

… which could also point to what I just suggested.