Skip to content

Fix production vertical overflow in app shell#27

Merged
prazgaitis merged 9 commits intomainfrom
fix/prod-vertical-overflow-dvh
Feb 13, 2026
Merged

Fix production vertical overflow in app shell#27
prazgaitis merged 9 commits intomainfrom
fix/prod-vertical-overflow-dvh

Conversation

@prazgaitis
Copy link
Copy Markdown
Owner

Summary

  • remove global fixed orb gradient from so app routes use a plain background
  • keep homepage/marketing gradients in their own page components
  • harden dashboard and admin shells for viewport-constrained scrolling using , , and

Why

Production was showing page-level vertical scroll on dashboard/admin shells. This change ensures scrolling stays inside intended containers and avoids global fixed background effects on app pages.

Validation

web@0.1.0 typecheck /Users/paulius/code/march-fit/apps/web
tsc --noEmit

  • local prod repro path:

web@0.1.0 build /Users/paulius/code/march-fit/apps/web
dotenv -e ../../.env.local -e ../../.env -- next build

▲ Next.js 16.1.6 (Turbopack)

  • Experiments (use with caution):
    · clientTraceMetadata

    Creating an optimized production build ...
    ✓ Compiled successfully in 3.4s
    Running next.config.js provided runAfterProductionCompile ...
    [@sentry/nextjs - After Production Compile] Info: Sending telemetry data on issues and performance to Sentry. To disable telemetry, set options.telemetry to false.
    ✓ Completed runAfterProductionCompile in 247ms
    Running TypeScript ...
    Collecting page data using 13 workers ...
    /Users/paulius/code/march-fit/apps/web:
     ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  web@0.1.0 build: dotenv -e ../../.env.local -e ../../.env -- next build
    Exit status 1

Notes

  • left unrelated local changes untouched (, ).

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
march-fitness-2025 Ready Ready Preview, Comment Feb 13, 2026 10:39pm

Request Review

@prazgaitis prazgaitis merged commit a2b7392 into main Feb 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant