Skip to content

Results: Fix long scroll at end of results

Administrator requested to merge tr/fix-search-long-scroll into main

Created by: umpox

Description

I was pretty suprised to find that VisuallyHidden is actually impacting the UI here. It's because it has a 1px height (needed it's still included in the page for screen readers), and position: absolute. There's no position: relative; in the parent elements so it seems to be pushing the page all the way down - interested to hear if anyone can figure out exactly why that happens, but this immediate fix works here.

Test plan

Visual tests and locally with a screen reader

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading