Anyone figure out how to get smooth scrolling working when clicking a header in a menuProxy?
As it, clicking a menuProxy header 'jumps' directly to the heading rather than scrolling smoothly.
I added this to my CSS, to no avail. Is Flare overriding this somehow?
html { scroll-behavior: smooth !important; }
Smooth scrolling in topic
Re: Smooth scrolling in topic
Of course I found the solution after posting.
I added scroll-behavior: smooth to the body-container instead of html.
body-container { scroll-behavior: smooth; }
I added scroll-behavior: smooth to the body-container instead of html.
body-container { scroll-behavior: smooth; }