If you have a CanvasGroup and a child frame inside of it that’s rotated, it appears that the bounding box used, for whether or not the entire object should be rendered, is based on its non-rotated version.
This means that very long rotated frames near the edges will be clipped inconsistently.
Here’s a crude diagram I quickly drew up to visualize the issue. Hope this helps