diff --git a/src/frontend/src/style/classes.css b/src/frontend/src/style/classes.css index 55ab7a4cc..8a98fa09e 100644 --- a/src/frontend/src/style/classes.css +++ b/src/frontend/src/style/classes.css @@ -97,10 +97,6 @@ select:-webkit-autofill:focus { background-color: #141924 !important; } -.grabbing { - cursor: grabbing; -} - -.react-flow__node { - cursor: grab; +.react-flow__node.dragging * { + cursor: grabbing !important; }