Skip to content

fix: board page not filling viewport height#331

Merged
sahil-noon merged 1 commit into
mainfrom
calm-shrew
Jul 8, 2026
Merged

fix: board page not filling viewport height#331
sahil-noon merged 1 commit into
mainfrom
calm-shrew

Conversation

@sahil-noon

Copy link
Copy Markdown
Collaborator

Summary

PR #326 changed Shell to size via height: 100%, which requires a definite-height parent chain. The board page wraps Shell in a plain div with no height, so the percentage resolved to auto and the whole board grid collapsed to content height — panes hugged the top of the viewport and the bottom bar floated mid-page. Adds h-full to the board page's wrapper so it spans AppLayout's flex-1 content region, and a regression assertion in the boards-pin-flow e2e that the bottom bar sits at the viewport bottom (verified failing at 516px without the fix, passing with it).

@sahil-noon sahil-noon marked this pull request as ready for review July 8, 2026 15:45
@sahil-noon sahil-noon merged commit 7c6f743 into main Jul 8, 2026
5 checks passed
@sahil-noon sahil-noon deleted the calm-shrew branch July 8, 2026 15:47
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.

2 participants