Skip to content

fix(console): account for banner height in layout#3731

Merged
meaghanfitzgerald merged 3 commits into
masterfrom
fix/console-banner-position
Jan 21, 2026
Merged

fix(console): account for banner height in layout#3731
meaghanfitzgerald merged 3 commits into
masterfrom
fix/console-banner-position

Conversation

@owenwahlgren

Copy link
Copy Markdown
Contributor

Summary

  • Updated console layout to use --fd-banner-height CSS variable
  • Sidebar and content area now correctly position below the sticky banner
  • Prevents 48px of content from being cut off at the bottom when the banner is visible

Changes

  • Modified app/console/layout.tsx to subtract banner height from all height calculations
  • Used !important modifiers to override the SidebarProvider's default min-h-svh class

Test plan

  • Verified banner height (48px) is now subtracted from console layout
  • Sidebar scrolls properly without content being cut off
  • Layout works correctly when banner is visible
  • Layout should still work when banner is hidden (uses 0px fallback)

Closes #3728

Updated console layout to use --fd-banner-height CSS variable so the
sidebar and content area correctly position below the sticky banner.
This prevents content from being cut off at the bottom of the viewport
when the banner is visible.

Closes #3728
@vercel

vercel Bot commented Jan 21, 2026

Copy link
Copy Markdown

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

Project Deployment Review Updated (UTC)
builder-hub Ready Ready Preview, Comment Jan 21, 2026 9:23pm

Request Review

@meaghanfitzgerald meaghanfitzgerald merged commit a5534b5 into master Jan 21, 2026
1 of 3 checks passed
@meaghanfitzgerald meaghanfitzgerald deleted the fix/console-banner-position branch January 21, 2026 21:17
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.

Fix banner position on Builder Console

2 participants