Scrolling in prototype won't work after removing element

I have a frame set to horizontal scroll and it works great. But I am trying to remove an element from the frame and when I do, the scrolling stops working altogether in the prototype. Has anyone else experienced this and is there a way to remove the element without breaking the scrolling?

Hey @Syd_d,

In order to keep the horizontal scroll overflow behavior, there must be child objects that extend beyond the frame’s bounds. More info here:

Does removing the element break this rule?

Thank you @dvaliao! The object does extend beyond the frame, but there are still other objects that extend past the frame as well.