[Vuejs]-Hover on component inside a div that has a transform: translate3d effect on hover / Vue.js queue events(?)

1👍

The <modal> element is inside the <div> with .absoluteDiv, and the .absoluteDiv styles/animations are conflicting with the modal styles/animations. If you put the <div> with .absoluteDiv around just the <button>, it should work.

https://jsfiddle.net/o45gqj9o/3/

Leave a comment