euvl / vue-js-toggle-button

:fish_cake: Vue.js 2 toggle / switch button - simple, pretty, customizable
http://vue-js-toggle-button.yev.io/
MIT License
934 stars 133 forks source link

Change translate3d to translate #125

Closed strateego closed 4 years ago

strateego commented 5 years ago

translate3d causes overflow scrolling with mouse wheel to stop working in Google Chrome. Change the css property transformation to translate.

The z-axis was hardcoded to '0', so there is no need to use the translate3d property when the regular translate will work fine.