refactor(vue-flow,components): move position: absolute to required handle styles
This commit is contained in:
@@ -108,6 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vue-flow__handle {
|
.vue-flow__handle {
|
||||||
|
position: absolute;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
&.connectable {
|
&.connectable {
|
||||||
|
|||||||
@@ -114,7 +114,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vue-flow__handle {
|
.vue-flow__handle {
|
||||||
position: absolute;
|
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
background: var(--vf-handle);
|
background: var(--vf-handle);
|
||||||
|
|||||||
Reference in New Issue
Block a user