CSIS-iLab / ocean

Stephenson Ocean Security Project
MIT License
0 stars 2 forks source link

Fix/spotlight menu #177

Closed leezaweb closed 5 years ago

leezaweb commented 5 years ago

closes issue #170

The anchor links in the Table of Contents all work fine, but the sticky header blocks the H2. I imagine that this could be handled with some implementation of smooth scrolling or a more simple combination of setTimeout and... window.scrollTo({ top: window.scrollY-document.querySelector(".site-header").offsetHeight, behavior: smooth })

leezaweb commented 5 years ago

@jnschrag Moving the smooth scoll script to the bundle seems to have fixed the sticky header issue