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

transform: translate(200px, 1000px); #122

Open afan0228 opened 1 year ago

afan0228 commented 1 year ago

The element is draggable and uses transform displacement, resulting in scrolling being at top 0. How can we solve this problem?