Files
xyflow/examples/nextjs/pages/FloatingEdges/style.module.css
2022-07-19 17:23:26 +02:00

10 lines
140 B
CSS

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