fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

Added support for vue-at inside scrolling elements #30

Closed jezzdk closed 6 years ago

jezzdk commented 6 years ago

For instance, when using vue-at inside a scrolling div, the position should be calculated using the scrollTop + scrollLeft of that div, and not just the window.

fritx commented 6 years ago

Thanks for PR! @jezzdk

xinlangzi commented 5 years ago

@fritx

Is this fixed? The inner scrolling issue.