[Vuejs]-Vue.js style working on wrong element

0👍

If you can provide separeted example in jsfiddle it would be easier to help…
But I belive that this behaviour can caused by some Vue optimizations described here: documentation

edit:
Try to execute entire logic of "handleScroll" in vues nextTick.

Leave a comment