Fix production vertical overflow in app shell#27
Merged
prazgaitis merged 9 commits intomainfrom Feb 13, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…into fix/prod-vertical-overflow-dvh # Conflicts: # apps/web/components/dashboard/dashboard-layout.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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
▲ 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.telemetrytofalse.✓ 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 buildExit status 1
Notes