Closed strateego closed 4 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.
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.