Multi state box design issue / flaw on mobile?

need some design input if anyone’s faced the same issue with multi state boxes??

On the mobile website, if one state in the multi state is much longer than the next one, it does not load the top of the box. Instead it remains in place and the user basically needs to scroll to the top of the next shorter state.

Is this is a design flaw or am I doing something wrong?

A loom screengrab to hopefully make my point clearer

You could trigger a .scrollTo() to the multi state box if the visitor is viewing the multibox on a mobile.

Thanks! Was looking at anchors to try and solve this but there wasn’t an option on the lightbox. Never realized the scroll to would be an easier one!