diff --git a/src/App.js b/src/App.js index 3e8e3626be76cb25c057baac04889553a73c49f2..771179b009430541dcb50847c744bae048ab968b 100644 --- a/src/App.js +++ b/src/App.js @@ -801,6 +801,7 @@ class App extends React.Component { }); this.updateQuestionChain(question, value); + window.scrollTo(0, 0); } updateQuestionChain = (question, value) => {