12 lines
188 B
CSS
12 lines
188 B
CSS
.vue-flow__handle {
|
|
opacity: 0;
|
|
height: 0 !important;
|
|
width: 0 !important;
|
|
min-width: 0 !important;
|
|
min-height: 0 !important;
|
|
}
|
|
|
|
.vue-flow__edges {
|
|
z-index: 9999 !important;
|
|
}
|