Closed PickleNik closed 8 months ago
It switches back to "Getting Started" when scrolling past it
https://github.com/justin-schroeder/arrow-js/assets/31113245/fbe4045a-bcf4-4dfd-88c6-a0397494a14a
Maybe it has to do with how the docs contents are structured with Examples and Changelog <h1>s being inside the <section> instead of on the same level like in "Getting Started", assuming that's what intersection observer expects.
<h1>
<section>
I think I figured out a fix for it
It switches back to "Getting Started" when scrolling past it
https://github.com/justin-schroeder/arrow-js/assets/31113245/fbe4045a-bcf4-4dfd-88c6-a0397494a14a
Maybe it has to do with how the docs contents are structured with Examples and Changelog
<h1>
s being inside the<section>
instead of on the same level like in "Getting Started", assuming that's what intersection observer expects.