Page 1 of 1

Top menu stay put as scroll

Posted: Mon Aug 01, 2022 3:56 pm
by dannac
I was going to use a master page to have some menu buttons that I want to always be in same position no matter what page is showing.

Plan was to setup master page with menu buttons in flex container so responsive.

But how do I get it to stay in top position when scrolling.

Re: Top menu stay put as scroll

Posted: Mon Aug 01, 2022 4:03 pm
by crispy68
Set the flex container to be fixed. You could also use a sticky layer fixed to a position on the screen

Re: Top menu stay put as scroll

Posted: Mon Aug 01, 2022 4:42 pm
by dannac
crispy68 wrote: Mon Aug 01, 2022 4:03 pm Set the flex container to be fixed. You could also use a sticky layer fixed to a position on the screen
Works great ... thanks.