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
Since you are using scroll-snap and aligning that to the top element, the bottom element's position gets ignored. The last element in the list is cut off because it is trying to align the top forcefully. Have the container an integer number of children tall for a perfect fit.
The text was updated successfully, but these errors were encountered:
Since you are using scroll-snap and aligning that to the top element, the bottom element's position gets ignored. The last element in the list is cut off because it is trying to align the top forcefully. Have the container an integer number of children tall for a perfect fit.
The text was updated successfully, but these errors were encountered: