dennisreimann / uiengine

Workbench for UI-driven development
https://uiengine.uix.space/
MIT License
366 stars 25 forks source link

Last scroll position is shared between pages #24

Closed JonasHavers closed 6 years ago

JonasHavers commented 6 years ago

Describe the bug When I scroll down on a page in the UI Engine documentation that's currently deployed, the last scroll position remains the same when I switch to another page.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://uiengine.uix.space/basics/getting-started/'
  2. Scroll down about 200px
  3. Click on 'Configuration'
  4. The scroll position remains at 200px and is not (re)set to the top (i.e. 0)

Expected behavior When I switch pages, I always want to start at the top of the page.

Screenshots See http://g.recordit.co/LUqQDZToCb.gif