I have a scrolling frame inside a frame that acts as a place where you can see the queue for songs in a radio system.
However, when too much frames are added inside the scrolling frame, the scrolling frame extends itself to fit the children even though there is so much blank space they could’ve filled up off-screen.
I’m using a script to add these frames, but this problem also happens when I don’t add frames using scripts.
Does anyone know how to fix this?