uber / react-digraph

A library for creating directed graph editors
MIT License
2.62k stars 269 forks source link

Removed z-index since it can conflict with website settings #289

Closed ajbogh closed 3 years ago

ajbogh commented 3 years ago

This z-index can conflict with website elements, such as modals. We should remove it and allow website owners to override the elements with their own CSS instead, if they need to.

They would add a z-index to .view-wrapper .graph-controls.