I’ve tried placing a frame behind that frame and making it the same color but for some reason, it doesn’t clip to the edge and then results to show white at the edge.
yeah I’m probably too late but, make a new frame parented to the target frame. set the anchor point to 0, 1, the position to 0, 1 and the size to 1, 0.5. make sure to set the “scale” not “offset”, and of course use the same color with the other frame
One method is creating a new frame (or even CanvasGroup) that is the same size as the current target frame. Ensure that the new frame is invisible when ClipDescendants is enabled and BackgroundTransparency = 1.
Create a new frame within that frame in which is bigger, so that the bottom is clipped out, and alter the properties to your liking.