projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.71k stars 1.18k forks source link

change cursor styte to default when not hovering over object #640

Open baont opened 4 years ago

baont commented 4 years ago

I want to change the cursor style to default when not hovering over objects (nodes or links). I tried adding this: .diagram-container{ background: #333333; width: 100%; height: 100%; cursor: progress; } but the cursor get overwritten by "move" style.

Is there any way to workaround this?