Skip to content

Fix layout: Use min-h-screen for full viewport coverage#34

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-layout-issues
Draft

Fix layout: Use min-h-screen for full viewport coverage#34
Copilot wants to merge 2 commits intomainfrom
copilot/fix-layout-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 12, 2025

The main layout container wasn't filling the viewport on pages with minimal content, leaving gaps at the bottom in dark mode.

Changes

  • Changed min-h-full to min-h-screen in MainLayout.tsx to ensure the container always spans the full viewport height
// Before: height = 100% of parent (may not fill viewport)
<div className="min-h-full">

// After: height = 100vh (always fills viewport)
<div className="min-h-screen">

This ensures the dark mode background extends to the bottom of the screen regardless of content length.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • checkpoint.prisma.io
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/gametracker/gametracker/node_modules/prisma/build/child {&#34;product&#34;:&#34;prisma&#34;,&#34;version&#34;:&#34;4.13.0&#34;,&#34;cli_install_type&#34;:&#34;local&#34;,&#34;information&#34;:&#34;&#34;,&#34;local_timestamp&#34;:&#34;2025-12-12T13:05:33Z&#34;,&#34;project_hash&#34;:&#34;f2623b3f&#34;,&#34;cli_path&#34;:&#34;/home/REDACTED/work/gametracker/gametracker/node_modules/prisma/build/index.js&#34;,&#34;cli_path_hash&#34; (dns block)
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/gametracker/gametracker/node_modules/prisma/build/child {&#34;product&#34;:&#34;prisma&#34;,&#34;version&#34;:&#34;4.13.0&#34;,&#34;cli_install_type&#34;:&#34;local&#34;,&#34;information&#34;:&#34;&#34;,&#34;local_timestamp&#34;:&#34;2025-12-12T13:05:34Z&#34;,&#34;project_hash&#34;:&#34;f2623b3f&#34;,&#34;cli_path&#34;:&#34;/home/REDACTED/work/gametracker/gametracker/node_modules/.bin/prisma&#34;,&#34;cli_path_hash&#34;:&#34;7c625dc0 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Fix the layout


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel bot commented Dec 12, 2025

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

Project Deployment Preview Comments Updated (UTC)
gametracker Error Error Dec 12, 2025 1:09pm

…erage

Co-authored-by: olejri <1122765+olejri@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix layout to improve user interface Fix layout: Use min-h-screen for full viewport coverage Dec 12, 2025
Copilot AI requested a review from olejri December 12, 2025 13:14
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