.linkBox-container-interactive { pointer-events: all; width: 100%; } .linkBox-container { width: 100%; } .linkBox { transition: inherit; pointer-events: none; position: absolute; width: 100%; height: 100%; path { transition: inherit; fill: transparent; } svg { transition: inherit; overflow: visible; } text { cursor: default; text-anchor: middle; font-size: 12; stroke: black; } circle { cursor: default; } }