eddiemf / vue-scrollactive

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.
MIT License
542 stars 70 forks source link

Hotfix container identification #112

Closed ghost closed 2 years ago

ghost commented 2 years ago

When using a custom container, the selected navigation item was selected based on the body scroll instead of the custom container scroll if the latter was at its top (scrollTop = 0)