aiangels icon indicating copy to clipboard operation
aiangels copied to clipboard

fix: avoid scrolling to top when category filter changes

Open alexmarqs opened this issue 1 year ago • 1 comments

On small screens (not only but it's more evident there), when we change the category filter, the page scrolls to the top which impacts the UX (for example, when we are on mobile).

This is a PR to fix this by setting the scroll property to false in the Link component used for navigation (category filter changes).

alexmarqs avatar Sep 22 '23 18:09 alexmarqs