From e0b74cf4a2eaf3e16a0d2bcdb77d3acc2fcb9cc2 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:28:07 +0000 Subject: [PATCH] fix: remove overscroll-behavior: contain from tweet embeds 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 --- front_end/src/components/markdown_editor/editor.css | 1 - 1 file changed, 1 deletion(-) diff --git a/front_end/src/components/markdown_editor/editor.css b/front_end/src/components/markdown_editor/editor.css index 9b8d3df012..0dddff2ee8 100644 --- a/front_end/src/components/markdown_editor/editor.css +++ b/front_end/src/components/markdown_editor/editor.css @@ -176,7 +176,6 @@ div:has(.prism-code) + p:has(> br:only-child) { .tweets-wrapper > p .tweet-embed-scroll { max-height: calc(150cqw); overflow-y: auto; - overscroll-behavior: contain; } .tweets-wrapper > p .tweet-embed {