Files
xyflow/example/src/FloatingEdges/style.css
T

10 lines
132 B
CSS

.floatingedges {
flex-direction: column;
display: flex;
height: 100%;
}
.floatingedges .react-flow__handle {
opacity: 0;
}