From d6de9c2c12a2e1307793957e7045efe8102477e2 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 16 Jun 2022 12:10:46 +0200 Subject: [PATCH] style(handles): put position in default styles closes #2193 --- src/style.css | 1 + src/theme-default.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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;