&scrollwheel=false to the Google Maps iframe URL in Webflow to disable scroll. To disable scroll on an embedded Google Maps iframe in Webflow, you'll need to adjust the settings within the iframe attributes. Here's how you can do it:
src="...".&scrollwheel=false to the URL to disable the scroll interaction.
To disable scroll on an embedded Google Maps iframe in Webflow, append &scrollwheel=false to the iframe's URL. This prevents users from scrolling within the map section.