Skip to content

Conversation

@pascalbaljet
Copy link
Member

This PR fixes an issue where getScrollableParent() incorrectly detected elements with overflow-x: hidden (or other mixed overflow combinations) as scroll containers.

It now properly handles all overflow values (scroll, auto, visible, hidden, clip, overlay), both scroll directions, and dimension constraints (checks for max-width, max-height, and inline styles).

Fixes #2609.

@pascalbaljet pascalbaljet merged commit d64eaad into master Oct 9, 2025
12 checks passed
@pascalbaljet pascalbaljet deleted the infinite-scroll-overflow-x branch October 9, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InfiniteScroll loads all pages (prefetch)

1 participant