papercliplabs / compound-info

GNU General Public License v3.0
7 stars 5 forks source link

Add links to tooltips #73

Open spennyp opened 3 years ago

spennyp commented 3 years ago

This is a bit tricky, because we need to change the tooltip close logic to have it stay open when you mouse over to the tooltip.

The idea is that the tooltip needs to stay open while we hover over on top of it so that we can interact with the links (otherwise it is just a tease).

spennyp commented 2 years ago

Material-ui has a nice popover component that allows this easily