Can't see all game passes in my store Gui

What do I want to achieve?
I need to fix the scrolling on my UI, it wont let me scroll down far enough to show all the gamepasses in the store.
What is the issue? Include enough details if possible!
https://gyazo.com/bf288f44da64e3477be5467fbdcb84b4
What solutions have you thought of so far?
None I got no clue how to fix it

Any help on how to fix this issue will be great

Play with the canvas size:
CanvasSize

There’s a trick to this. If you’re using a UIGridLayout, set the Y axis of the CanvasSize to the Y of the layout’s AbsoluteContentSize.

ScrollingFrame.CanvasSize = UDim2.fromOffset(0, UIGridLayout.AbsoluteContentSize.Y)