Page 1 of 1

How can I have a two line sticky header in 2 layout grids?

Posted: Sun Apr 27, 2025 9:53 pm
by alan_sh
I want to have two layout grids both sticking to the top of the page. When I try that, the second one stays at the top as I scroll down the page, but the top one slides underneath it.

I've tried using a flex grid, but you can't make that a sticky.

So, is there a way of doing this?

Alan

Re: How can I have a two line sticky header in 2 layout grids?

Posted: Mon Apr 28, 2025 5:39 am
by Pablo
You can only have one sticky at a time.
But can't you move all content into the sticky layout grid?

Re: How can I have a two line sticky header in 2 layout grids?

Posted: Mon Apr 28, 2025 8:59 am
by alan_sh
Pablo,

I understand about one sticky at a time. But I would like to use a flex grid as that has a lot more flexibility in the layout. Putting everything in a layout grid means I lose control over where things end up.

Is there a way of making a flex grid as a sticky?

Alan

Re: How can I have a two line sticky header in 2 layout grids?

Posted: Mon Apr 28, 2025 9:55 am
by Pablo
There is currently no option to make a flex grid sticky, as it would make the whole grid sticky, which may not be the desired effect.

Re: How can I have a two line sticky header in 2 layout grids?

Posted: Mon Apr 28, 2025 12:27 pm
by alan_sh
OK - I'll try and find a workaround. Shame as having the whole flex grid sticky is actually what I want.

Alan