From fd22dd179a9b95d72fac815dd17b53612886476a Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 26 Nov 2024 13:17:06 -0500 Subject: [PATCH] UX: attempt to reduce jumpy topic scroll in Firefox (#29941) --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 60c13ead3ea..62e73354704 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -617,6 +617,7 @@ blockquote { float: left; z-index: z("base") + 1; height: 100%; + overflow-anchor: none; } .gap {