Commit d403da03 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Disable pointer-event of tooltip

parent 5460b0b5
...@@ -2231,6 +2231,7 @@ ...@@ -2231,6 +2231,7 @@
.style("position", "relative") .style("position", "relative")
.append("div") .append("div")
.style("position", "absolute") .style("position", "absolute")
.style("pointer-events", "none")
.style("z-index", "10") .style("z-index", "10")
.style("display", "none"); .style("display", "none");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment