Skip to content

fix: Allow scroll passthrough on tweet embeds#4503

Draft
SylvainChevalier wants to merge 1 commit intomainfrom
claude/issue-4455-tweet-embeds-make-scrolling-difficult
Draft

fix: Allow scroll passthrough on tweet embeds#4503
SylvainChevalier wants to merge 1 commit intomainfrom
claude/issue-4455-tweet-embeds-make-scrolling-difficult

Conversation

@SylvainChevalier
Copy link
Contributor

Removes overscroll-behavior: contain from tweet embed scroll containers so that when a tweet is scrolled to its boundary, the scroll propagates to the page. This improves scrolling UX especially on mobile.

Closes #4455

Generated with Claude Code

Allow scroll to propagate to the page when a tweet embed is scrolled
to the top or bottom, improving scrolling UX especially on mobile.

Closes #4455

Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 17, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a24fa972-b5e0-4c89-b97d-c29332abbf5e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-4455-tweet-embeds-make-scrolling-difficult
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.

Add a .trivyignore file to your project to customize which findings Trivy reports.

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.

Tweet embeds make scrolling difficult on mobile

1 participant