I'm getting a warning in the Google Chrome console:
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See link e @ 332526c6e8d3fc1326ad773f97b0a486.js: 5029 dispatch @ 332526c6e8d3fc1326ad773f97b0a486.js: 583 r.handle @ 332526c6e8d3fc1326ad773f97b0a486.js: 583
By using touch-action: none;
and body
of my site , this warning no longer appears.
touch-action: none;
do to remove it?