Skip to content

Fix homepage scrolling issue#8

Closed
dtacci wants to merge 1 commit into
mainfrom
cursor/fix-homepage-scrolling-issue-58e6
Closed

Fix homepage scrolling issue#8
dtacci wants to merge 1 commit into
mainfrom
cursor/fix-homepage-scrolling-issue-58e6

Conversation

@dtacci

@dtacci dtacci commented Jun 19, 2025

Copy link
Copy Markdown
Owner

The homepage scrolling issue was addressed by modifying src/styles/App.css.

The problem stemmed from multiple parent containers having overflow: hidden, which prevented content from scrolling.

Changes were made to allow content to scroll when it overflows:

  • html, body was updated from overflow: hidden to overflow: auto.
  • .main-content was changed from overflow: hidden to overflow-y: auto.
  • .component-view was changed from overflow: hidden to overflow-y: auto.
  • overflow-y: auto was added to .home-content.

These adjustments ensure that the homepage content is no longer cut off and can be fully scrolled, improving accessibility for all sections.

…tml, body and main containers to allow proper scrolling
@vercel

vercel Bot commented Jun 19, 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 19, 2025 11:37pm

@github-actions

Copy link
Copy Markdown

🚀 Preview deployment ready!

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

Built from commit: ba40963

@dtacci dtacci closed this Jun 20, 2025
@dtacci dtacci deleted the cursor/fix-homepage-scrolling-issue-58e6 branch June 20, 2025 00:02
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