Paths outside "Frame" not included in SVG when exported

I’m completely new to this and unfortunately I wasn’t able to find an answer using the search feature.

I am creating a frame that holds a phone-like rectangle with rounded corners and inside of that rectangle/frame is another colored rectangle with 3 texts inside. One top, center and bottom. I want to later animate the colored block to scroll up and down using CSS animations. For this I need everything exported as a SVG file.

Everything so far works but for some reason everything outside the most outer frame is not included in the final SVG even though it is hierarchically inside the frame, no matter if clip content is checked or not.

Summary

Unbenannt

So my question is: How can I get the exported SVG to include the paths that are currently outside of the visible area? Thanks in advance. If my explanation is not sufficient, please let me know.