in ZStack alignment small component align base on the largest one
try:
Zstack(alignment: .topTrailing) {
your large view (for eg. Vstack of frame width and height were with full screen)
your small view and set frame of this small view individually to make further adjustment
}
// to do more experimentally:
adjust the large view frame size and observe the position change of the small view.