You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without a specific page where I could test this it's really hard to tell what's happening. Any chance you can reproduce it on a public page?
In any case, there is a good chance the page uses some kind of "infinite scroll" library, that renders only the "relevant part" of the page, and when you scroll down, the previous nodes are not there anymore.
These nested scroll containers often also messes up the "scroll position" of my list, so clicking an item doesn't scroll to as expected.
What I'm trying to say, is that even if I got an easy to reproduce example page, there is a good chance, I would be unable to fix it.
Describe the bug
List view disappears when clicking on the different highlights trying to navigate the page.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking on list view colors allows navigation to that section of the page.
Device info:
Windows 10 Enterprise
Chrome
Additional info
Add any other info about the problem here.
The text was updated successfully, but these errors were encountered: