-
@heyAustinGil @TimVereecke Even better with this @css tip: css-tricks.com/fixing-smooth-scrolling-with-find-on-page/
css @Media (prefers-reduced-motion: no-preference) { html:focus-within { scroll-behavior: smooth; } }
css
@Media (prefers-reduced-motion: no-preference) {
html:focus-within {
scroll-behavior: smooth;
}
}