aiangels
aiangels copied to clipboard
fix: avoid scrolling to top when category filter changes
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).