fac-13 / GP_ProjectBernadette

My Wayfinder - A React decision tree app to help carers understand jargon and find relevant resources more quickly.
https://my-wayfinder.herokuapp.com/
5 stars 5 forks source link

Fix autoscroll to stop at the top of the form #93

Closed vlbee closed 6 years ago

vlbee commented 6 years ago

The Autoscrolling is taking the viewport to the bottom of the form when it loads. It should anchor to the top of the form.

Perhaps this is because the form is currently tacked onto the end of the QAContaner Component went the Question list is generated. Perhaps it should be moved to the Wayfinder Component to help address? Just a thought. Have not looked at the code.