style(handles): put position in default styles closes #2193
This commit is contained in:
@@ -106,6 +106,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.react-flow__handle {
|
.react-flow__handle {
|
||||||
|
position: absolute;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
&.connectable {
|
&.connectable {
|
||||||
|
|||||||
@@ -88,7 +88,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.react-flow__handle {
|
.react-flow__handle {
|
||||||
position: absolute;
|
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
background: #555;
|
background: #555;
|
||||||
|
|||||||
Reference in New Issue
Block a user