Page 1 of 1

Make a flex grid sticky?

Posted: Thu Feb 20, 2025 2:32 pm
by alan_sh
I'm missing someting obvious - how do I make a flex grid sticky so that it doesn't scroll oout of side when the page moves down?

Alan

Re: Make a flex grid sticky?

Posted: Thu Feb 20, 2025 2:38 pm
by Pablo
A flex grid does not support sticky.
The flex grid usually contains the header. content and footer so it would make no sense to keep this all sticky.
But nothing keeps you from using a separate layout grid for the header instead.

Re: Make a flex grid sticky?

Posted: Thu Feb 20, 2025 2:40 pm
by alan_sh
OK - thanks. I guess that's what I will do.