vuejs / theme

VitePress theme for vuejs.org.
MIT License
245 stars 87 forks source link

fix: page bottom - highlight last outline link #74

Closed ylw5 closed 2 years ago

ylw5 commented 2 years ago

Checked in both Chrome and Edge, at bottom of page, window.scrollY + window.innerHeight > document.body.offsetHeight, last one didn't be highlighted

image

Jinjiang commented 2 years ago

Good catch.

After a double-check, the left side expression could even be slightly smaller than the right side.

image

So it's better to have a more compatible solution.