diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 3b8f97c39..fa2699b20 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -74,7 +74,9 @@ function Index() { always light, so text uses a mode-stable dark token (neutral-500) rather than a theme-flipping semantic. */}
-
+ {/* `svh`, not `dvh` — the dynamic viewport grows as iOS collapses + the URL bar mid-scroll, visibly stretching the hero. */} +
{/* The parent supplies the 4px frame shared by the hero and stats. This wrapper clips the image to the inner radius so the fills it exactly instead of overflowing. Plain (not OptimizedImage):