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(cdk/scrolling): content jumping in appendOnly mode (#25097)
We were creating the `transform` string before adjusting the offset for `appendOnly` mode which was causing the list to jump down before being reset on the next scroll event.
These changes resolve the issue by moving the offset adjustment up to before the `transform`.
Fixes#25077.
0 commit comments