Openstreetmaps, all buttons or links not working

Hello

On this page: www.vhcarsystems.be/contact/ i have a Openstreetmap. However, when you want to click the + or - on the top left corner, this doens’t work. i also noticed that on the bottom right corner, i can’t click on those links leading to ‘report a problem’ or ‘openstreetmaps’ etc.

Can you help me please

Hi @ThibaudDS,

Please try adding this custom CSS under Theme Options > CSS:

.x-map-inner iframe {
    pointer-events: auto !important;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.