oSTEM / conference-site

ostem-conference.vercel.app
3 stars 1 forks source link

Sidebar Navigation scrolls with you and/or "scroll to top" button #25

Open janine9vn opened 3 years ago

janine9vn commented 3 years ago

We currently have quite a few long pages on our conference site, like our awards page or our RFP.

It's quite a pain to have to scroll all the way to the top when you want to navigate away from the page or switch to a new one.

So I'd like to one (or both) of these options:

  1. Have the sidebar navigation be "sticky". So it stays in your viewport/scrolls with you as you move down a page.
  2. Have a small unobtrusive "scroll the top" button that when press will auto scroll you to the top. For an example of this in action and also some tips for how to make one, check out this css-tricks page.

I'm also open to other ideas to solve this issue / make a nicer user experience.