refactor(vue-flow,components): move position: absolute to required handle styles

This commit is contained in:
bcakmakoglu
2022-06-16 21:40:11 +02:00
committed by Braks
parent 77e481bddb
commit 8e911deaa7
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -108,6 +108,7 @@
}
.vue-flow__handle {
position: absolute;
pointer-events: none;
&.connectable {
-1
View File
@@ -114,7 +114,6 @@
}
.vue-flow__handle {
position: absolute;
width: 6px;
height: 6px;
background: var(--vf-handle);