Replace opacity(0) approach with a ZStack(.frame(height:66)) container. ZStack is empty on pages 1/2 but still allocates exactly 66pt, so the page indicator and stats strip sit at the same absolute Y on every page. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>