UI Scaling Issue

Hello, I am trying to make my ui not go under the output box when i scale it here is a video to clarify the issue:

I tried using UIAspectRatio and UISize but It didn’t seem to work or I set it up wrong. How can I achieve my UI not going under the output box? Any help will be appreciated.

1 Like

If you want to anchor something to the bottom left of the screen, you should set the anchor point to 0, 1 and a position value to 0, 0, 1, 0 for the container frame.

1 Like