How to fix mini gap created by the scroll bar?

I set ScrollBarThickness to 0 and the scroll bar’s transparency is 1 yet it still makes this ugly gap where the scroll bar normally goes (I set it to left to test and it makes the gap there)

Picture:
image

I don’t want to have to remove any UI constraints inside the scrolling frame so what is a way to fix this and keep the constraint? I just generally want it to be scrollable but without a visible scrollbar nor gaps like this.

Ended up solving it by changing the ZIndex to 2 and LayoutOrder to 2