UI Scroll View is empty in game, fine in editor...

In the editor, my menu looks fine. It’s a scroll view – I was using a grid, but took it off, thinking that was the problem, but the problem persists.
Update 1: I played it in the editor, and it ws fine, but when I pressed my “main menu” button to come back to the scene during runtime, the issue happened. And somehow the two big image buttons are in an odd place.


__________

On an iPad, the view is empty, and thew scroll seems to be much larger. Scrolling up and down, the large buttons are not visible.

Any ideas what is going on?

I’m late and I’m sure you figured it out by now but for everyone else:
Just had the same issue, in my case it was a faulty Pos z value in a Rect Transform a few lvls further up. No idea how it got that way, but realigning everything back to “0” fixed it.