Added grabbing cursor when grabbing node
This commit is contained in:
parent
9cde3ef1ee
commit
c13800de5f
1 changed files with 8 additions and 0 deletions
|
|
@ -96,3 +96,11 @@ select:-webkit-autofill:focus {
|
|||
.json-view-dark {
|
||||
background-color: #141924 !important;
|
||||
}
|
||||
|
||||
.grabbing {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.react-flow__node {
|
||||
cursor: grab;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue