diff --git a/app/scenes/Document/components/CommentThread.tsx b/app/scenes/Document/components/CommentThread.tsx index 8a9ef87e2..21b28ab1d 100644 --- a/app/scenes/Document/components/CommentThread.tsx +++ b/app/scenes/Document/components/CommentThread.tsx @@ -116,7 +116,7 @@ function CommentThread({ scrollIntoView(topRef.current, { scrollMode: "if-needed", behavior: "smooth", - block: "start", + block: "end", boundary: (parent) => // Prevents body and other parent elements from being scrolled parent.id !== "comments",