Bug - MultiState box endlessly extending parent container

Problem
When my multistatebox element changes state, some of the surrounding sibling elements get pushed down the page, and the parent container grows in height. This isn’t happening once to accommodate any height differences; the growing height is adding each time the state is changed to a specific ID.

In my screen recording, you’ll see that everything appears fine while I navigate through the various states. But once I change to the “materials” state, the “contact” text in the left column gets pushed downwards. And as I toggle each states, “contact” gets pushed further each time.

Layout
As you can see in my screen recording, I have a 2-column layout. On the left, I have read-only page names and icons. On the right, I have a multistatebox element.

Screen recording

Any thoughts on why this is happening and how to resolve it?

In the Wix editor, when elements are below one another (although this is to the side, it’s slightly below the bottom of the multistate), it will push the others down to try and prevent overlap. Although this shouldn’t happen on the live site, I get how this is a little frustrating.

I’d probably suggest grouping all the elements on the left to prevent this happening. Let me know if that helps

1 Like

Thank you. My workaround was to set all the state heights as the same value.

And yes, I plan on grouping the left column elements eventually.