Fixed grabbing to override children

This commit is contained in:
Lucas Oliveira 2024-06-13 17:48:21 -03:00
commit 82958878b8

View file

@ -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;
}