Okay
  Public Ticket #2361969
Leaflet Map No Scroll on Mobile
Closed

Comments

  • emosamurai started the conversation

    I am trying to disable dragging/scrolling on the Leaflet map for mobile and I pasted this code into the Custom CSS of the Salient options and nothing changes.

    Please help!!!

    @media only screen and (max-width:1000px) {    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {        pointer-events: none !important;    }
    }
  •  3,021
    Andrew replied

    Hi there,

    It seems to work on our end. Try clearing browser cache or check in incognito mode.

    Hope this helps.