Weird ScrollingFrame Behavior

Hello! I’m in the process of bringing my UI from Adobe XD to Roblox. My goal is to have a scrolling frame with a UIGridLayout, but there are some issues I’m having with that. I’ve added scale to the frame, as well as a UIAspectRatioConstraint. The cells in the frame also have the constraint. My issue is the cell appears halfway down the frame, instead of being at the top. I’ve tried messing with padding in UIGridLayout to no avail. Here’s what it looks like
image
Here are the properties for the scrolling frame



Here is the UIGridLayout

And here’s the layout
image
Any help would be greatly appreciated. Thanks!

I’ve fixed the issue. I needed to put the UIAspectRatioConstraint inside of UIGridLayout