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
Fix scroll bounce-back caused by scrollIntoView hijacking momentum
Replace scrollIntoView with manual scrollBy on the family nav container
to avoid interrupting macOS/iOS momentum scrolling. Remove conflicting
native loading="lazy" from img tags since we manage lazy loading via
IntersectionObserver. Add min-height fallback on image containers.
Made-with: Cursor
0 commit comments