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; }
}
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; } }Hi there,
It seems to work on our end. Try clearing browser cache or check in incognito mode.
Hope this helps.