Files
xyflow/packages/core/example/src/FloatingEdges/style.css
2022-07-11 18:04:27 +02:00

10 lines
132 B
CSS

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