iframe, adding scrollwheel="no" and optionally gestureHandling="none".To disable scroll on an embedded Google Maps iframe in Webflow, you'll need to adjust the iframe parameters. This prevents users from inadvertently zooming or moving the map using their scroll wheel.
iframe source where you want the map to appear.
scrollwheel="no" to your iframe tag parameters to disable scroll.gestureHandling="none" for setting fixed map control.
iframe code into the Embed Code Editor.
To disable scroll on a Google Maps iframe embedded in Webflow, adjust the parameters in the iframe code, incorporating scrollwheel="no" and potentially gestureHandling="none", then integrate it via Webflow's Embed Component. Make sure to test your web page to ensure the settings work as intended.