From 82958878b82cdb56410295e608916e6fe1ffc477 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 13 Jun 2024 17:48:21 -0300 Subject: [PATCH] Fixed grabbing to override children --- src/frontend/src/style/classes.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; }