Dixie McCall Well-known member Oct 12, 2021 #1 Hello I have a question about the navigation menu on scroll. I'm attempting to create a style with rounded nav buttons but on scroll up they turn to rectangle. How can I fix this? See attached and thank you. Attachments Screenshot (1006)_LI.webp 5.6 KB · Views: 9
Hello I have a question about the navigation menu on scroll. I'm attempting to create a style with rounded nav buttons but on scroll up they turn to rectangle. How can I fix this? See attached and thank you.
O Old Nick Well-known member Oct 12, 2021 #2 Hello, you have to play with .is-selected and is-sticky in your extra.less template. like this for example .p-navSticky--primary.is-sticky { etc... } Upvote 0 Downvote
Hello, you have to play with .is-selected and is-sticky in your extra.less template. like this for example .p-navSticky--primary.is-sticky { etc... }