Skip to content

BUG: Click event not possible when mouse position right of Heigit Logo

Click event to markers are prevented if the mouse arrow is right of Heigit Logo. This is because of the DIV around logo with class logoContainer which is spanning the whole width of the map.

Solution: add CSS Rule: div.logoContainer {pointer-events:none;} image

Edited by Michael Auer