Skip to content

fix: resolve scrolling issue in project content wrapper - #104

Merged
norberia merged 3 commits into
FullAgent:mainfrom
norberia:ui_update
Nov 24, 2025
Merged

fix: resolve scrolling issue in project content wrapper#104
norberia merged 3 commits into
FullAgent:mainfrom
norberia:ui_update

Conversation

@norberia

Copy link
Copy Markdown
Collaborator

This PR fixes a scrolling issue where the content in the project layout (specifically the auth page) was expanding the page height instead of scrolling within its container.

Changes:

  • Updated ProjectContentWrapper to use display: flex with overflow-hidden and min-h-0.
  • This ensures child components are constrained to the viewport and can handle their own scrolling.

Updated various Button, Card, and DropdownMenuContent components to use 'rounded-md' for a consistent appearance across the UI. This change improves visual consistency and modernizes the look of interactive elements.
@github-actions

Copy link
Copy Markdown

✅ PR Check Results: Passed

Build Checks

Check Status
Lint & Build ✅ Passed
Docker Build ✅ Passed

✨ Great work!

All checks passed successfully. Your PR is ready for review.

Details:

  • ✅ Code quality verified (linting passed)
  • ✅ Build successful
  • ✅ Docker image build verified (linux/amd64)
    Commit: adc081707f955ea634d188a2d93a4854aac8c0d7
    Branch: ui_update

🔗 View Details:

@norberia
norberia merged commit b99ff8e into FullAgent:main Nov 24, 2025
9 checks passed
@norberia
norberia deleted the ui_update branch November 24, 2025 16:52
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