I have 2 buttons for my idle clicker game, and I plan to add more buttons, and eventually I'll need to be able to scroll down to find more buttons. I've tried parenting the buttons under a ScrollContainer, adding VScrollBars, etc. etc. and it either makes my buttons overlap each other and positions off, or totally breaks the buttons to where they don't respond to clicks.
Here's how my Nodes are laid out:
https://imgur.com/a/5XMYEV7
Thank you for the help!