diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx index e81c2bdf..c10472e1 100644 --- a/src/components/SubmissionNoticeComponent.tsx +++ b/src/components/SubmissionNoticeComponent.tsx @@ -38,6 +38,8 @@ class SubmissionNoticeComponent extends React.Component this.lastSegmentCount) { + this.lastSegmentCount = currentSegmentCount; + + const scrollElement = this.noticeRef.current.getElement().current.querySelector("#sponsorSkipNoticeMiddleRowSubmissionNotice"); + scrollElement.scrollTo({ + top: scrollElement.scrollHeight + 1000 + }); + } + } + render(): React.ReactElement { const sortButton =