When adding an empty HTML div overlay on top of a SVG layer, the SVG layer stops to receive any mouse events. One solution could be to not add full-width container divs over SVG layers. Instead one could add small divs (for instance for tooltips) directly on top of SVG.
When adding an empty HTML div overlay on top of a SVG layer, the SVG layer stops to receive any mouse events. One solution could be to not add full-width container divs over SVG layers. Instead one could add small divs (for instance for tooltips) directly on top of SVG.