I have a flexbox wrapper (Wrapper / 2 Col) that has child elements Wrapper / Col1 and Wrapper / Col 2 inside. Wrapper / Col 2 is always going to be longer that Col 1 since it has more content in it. I want Wrapper Col 1 to stretch its height to fill out the empty vertical space, so that I can have the child element “sticky position” and scroll up and down with the content on the right.
For some reason, the flexbox control on the Wrapper / Col 1 is purpled out, and I can’t change the value. It is not purpled out and disabled on Wrapper / Col2. Does anyone know what causes this?
Here is my site Read-Only