Skip to content

Fix homepage scrolling issue (AD-12)#9

Merged
dtacci merged 1 commit into
mainfrom
fix/homepage-scrolling-AD-12
Jun 21, 2025
Merged

Fix homepage scrolling issue (AD-12)#9
dtacci merged 1 commit into
mainfrom
fix/homepage-scrolling-AD-12

Conversation

@dtacci

@dtacci dtacci commented Jun 20, 2025

Copy link
Copy Markdown
Owner

Summary

Fixes the homepage scrolling issue reported in Jira ticket AD-12.

Problem

The homepage content was not scrollable due to overflow: hidden CSS properties on both the main content area and component view containers. This prevented users from accessing content that extended beyond the viewport height.

Solution

  • Changed main-content overflow from hidden to overflow-y: auto to enable vertical scrolling
  • Updated component-view to use flex: 1 and overflow-y: auto for proper scrolling behavior
  • Ensures homepage content can be scrolled when it exceeds viewport height

Testing

  • Verified the homepage now scrolls properly
  • Confirmed layout remains intact
  • Tested on development server (localhost:3000)

Related Issues

  • Closes AD-12: Homepage doesn't scroll

…from hidden to auto to enable vertical scrolling - Updated component-view to use flex: 1 and overflow-y: auto for proper scrolling behavior - Ensures homepage content can be scrolled when it exceeds viewport height
@vercel

vercel Bot commented Jun 20, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
adobe2-0-cursor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2025 0:33am

@github-actions

Copy link
Copy Markdown

🚀 Preview deployment ready!

Preview URL: https://adobe2-0-cursor-a2psphmxr-dans-projects-e54a7842.vercel.app

Built from commit: 78d61e3

@dtacci dtacci merged commit 31b4108 into main Jun 21, 2025
7 checks passed
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