diff --git a/src/style.css b/src/style.css index 88fab950..b78ee614 100644 --- a/src/style.css +++ b/src/style.css @@ -106,6 +106,7 @@ } .react-flow__handle { + position: absolute; pointer-events: none; &.connectable { diff --git a/src/theme-default.css b/src/theme-default.css index 3df0b997..07a2e70b 100644 --- a/src/theme-default.css +++ b/src/theme-default.css @@ -88,7 +88,6 @@ } .react-flow__handle { - position: absolute; width: 6px; height: 6px; background: #555;