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