fix: Allow scroll passthrough on tweet embeds#4503
fix: Allow scroll passthrough on tweet embeds#4503SylvainChevalier wants to merge 1 commit intomainfrom
Conversation
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>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment 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. |
Removes
overscroll-behavior: containfrom 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