Disable mouse scroll wheel zoom on embedded Google Maps
I was having the same problem: when scrolling the page then the pointer becomes over the map, it starts to zoom in/out the map instead of continuing scrolling the page. 🙁 So I solved this putting a div with an .overlay exactly before each gmap iframe insertion, see: <html> <div class=”overlay” onClick=”style.pointerEvents=”none””></div> <iframe src=”https://mapsengine.google.com/map/embed?mid=some_map_id” width=”640″ … Read more