Files
homeproz/wp-content
Hanson.xyz Dev 53d3c41917 Change infinite scroll to use window scroll instead of container
- Remove overflow-y:auto and max-height constraints from property list
- Use viewport-based IntersectionObserver (root: null) instead of container
- Track and maintain max grid height to prevent layout shift on scroll up
- Clear max height only on filter/map change (not on normal scroll)
- Update scroll anchor methods to use window.scrollY/scrollBy
- Mobile continues to use pagination (desktop only infinite scroll)
2025-12-16 14:21:29 -06:00
..