Files
xyflow/src/style.css
T
2019-07-15 18:24:47 +02:00

20 lines
272 B
CSS

.react-graph {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.react-graph__renderer {
width: 100%;
height: 100%;
position: absolute;
}
.react-graph__zoomnode {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}