I have a scrolling frame inside a frame, but the scrolling frame appears too small on larger screens, and I want it to exactly fit the size of the frame.
How do I fix it?
I have a scrolling frame inside a frame, but the scrolling frame appears too small on larger screens, and I want it to exactly fit the size of the frame.
How do I fix it?
Hi there, make sure you are using Scale instead of Offset whenever you are making UI that you want to adapt to various screen sizes.