I have found a solution more elegant and simple for using tooltip with elements that are "read-only".
You have to add only those lines:
You have to add only those lines:
Code:
.tooltip > div > img {
pointer-events: auto;
}