patternfly / react-topology

MIT License
9 stars 18 forks source link

Node label is not brought to the front when hovering on it #127

Closed leandroberetta closed 5 months ago

leandroberetta commented 6 months ago

In the following example, the group label hides the node label, which can be aceptable (although I think this situations should be avoided) but when hovering on the node, I expect to see the node label on top of the group label:

image

I think we can implement a logic to bring the node label to the front, based on the hover property.