diff --git a/src/frontend/src/style/classes.css b/src/frontend/src/style/classes.css index dfe6389d4..55ab7a4cc 100644 --- a/src/frontend/src/style/classes.css +++ b/src/frontend/src/style/classes.css @@ -96,3 +96,11 @@ select:-webkit-autofill:focus { .json-view-dark { background-color: #141924 !important; } + +.grabbing { + cursor: grabbing; +} + +.react-flow__node { + cursor: grab; +}