maidsafe / dev-website

SAFE Network Dev Website source.
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Side menu scrolls with body of page. #90

Closed calumcraig closed 5 years ago

calumcraig commented 5 years ago

Steps to reproduce:

  1. Build dev_website from feat branch of David's fork: https://github.com/david-maidsafe/dev_website/tree/feat
  2. Go to platform page.
  3. Scroll page.

Expected: Side menu is static, does not scroll with rest of page. Eg on current page: image

Actual: Side menu is fixed at the top of the body of the content and scrolls as rest of the page scrolls: image

david-maidsafe commented 5 years ago

Addressed by commit: https://github.com/maidsafe/dev_website/pull/88/commits/4c14ce1dd42db07c97e5ffa7c7e8c172657f51c5

calumcraig commented 5 years ago

Retested after above fix applied and is now working as expected - the side menu remains static while the main body of the page scrolls: image Closing bug and moving to done.