style(handles): put position in default styles closes #2193

This commit is contained in:
moklick
2022-06-16 12:10:46 +02:00
parent e03d6c23ec
commit d6de9c2c12
2 changed files with 1 additions and 1 deletions

View File

@@ -106,6 +106,7 @@
}
.react-flow__handle {
position: absolute;
pointer-events: none;
&.connectable {

View File

@@ -88,7 +88,6 @@
}
.react-flow__handle {
position: absolute;
width: 6px;
height: 6px;
background: #555;