Added grabbing cursor when grabbing node

This commit is contained in:
Lucas Oliveira 2024-06-11 12:33:15 -03:00
commit c13800de5f

View file

@ -96,3 +96,11 @@ select:-webkit-autofill:focus {
.json-view-dark {
background-color: #141924 !important;
}
.grabbing {
cursor: grabbing;
}
.react-flow__node {
cursor: grab;
}