From 8fc290d28d194b468ff94fd4c27a1dae8da08fec Mon Sep 17 00:00:00 2001 From: Aizizi Yigaimu Date: Thu, 7 May 2020 15:27:38 -0400 Subject: [PATCH] For each question, apply scroll to top --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 3e8e3626b..771179b00 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) => { -- GitLab