10 lines
132 B
CSS
10 lines
132 B
CSS
.floatingedges {
|
|
flex-direction: column;
|
|
display: flex;
|
|
height: 100%;
|
|
}
|
|
|
|
.floatingedges .react-flow__handle {
|
|
opacity: 0;
|
|
}
|