domanico / domanico.net

0 stars 0 forks source link

Page scrolls to top when you're scrolled down and hit back/forward #1

Open jakemauer opened 8 years ago

jakemauer commented 8 years ago

If you scroll down on a page and hit another link (or hit forward and back). The following happens:

  1. The page instantly scrolls up
  2. Fadeout happens
  3. New content is loaded.
jakemauer commented 8 years ago

Just pushed a commit that turns off the default scrolling behavior. I'll put in some code to scroll to the top once new content is in place.