Closed
Description
When filtering, I noticed that the dimensions of the scroll container aren’t updated which leads to overshoot scrolling. I’m not sure if this is a general misbehavior or related to my specific case.
I’m working on fixing this, by adding the updated
life cycle method to the component. If the number of slots changed, padding recalculations similar to the ones on updateZone
might be necessary. In my case, I also want to force scrollTop = 0 when filtering to make sure that the results are in the viewport. I’m not done, but I’m curious to hear if you can confirm this issue.
Isolation of the issue:
https://codepen.io/getflourish/pen/xLxaWG