Scroll to category in options page

This commit is contained in:
Ajay Ramachandran
2021-05-11 01:09:01 -04:00
parent 616981a2b7
commit e680099cec
6 changed files with 9 additions and 7 deletions

View File

@@ -47,7 +47,8 @@ class SubmissionNotice {
contentContainer={contentContainer}
callback={callback}
ref={this.noticeRef}
closeListener={() => this.close()} />,
closeListener={() => this.close()}
smaller={true} />,
this.noticeElement
);
}