I need to avoid mouse wheel scroll in Google Maps in this site:
www.giemme-staff.it/
I tried different solutions without success (probably for my faults)... the only one one that worked was blocking the mouse wheel action
iframe {
pointer-events: none;}
but it disables the + / - command on the map

Any solution?
Ciao
Luca
Please Log in or Create an account to join the conversation.