Files
2024-12-09 08:53:17 +01:00

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;
}