Fix scrolling map filters panel on mobile

This commit is contained in:
Ian Renton
2025-11-01 17:05:47 +00:00
parent 0570b39e09
commit 30fc333c8b
3 changed files with 14 additions and 1 deletions

View File

@@ -249,4 +249,6 @@ $(document).ready(function() {
setUpMap();
// Call loadOptions(), this will then trigger loading spots and setting up timers.
loadOptions();
// Prevent scrolling actions in the popup menus being passed through to the map
L.DomEvent.disableScrollPropagation(document.getElementById('maptools'));
});