Files
xyflow/example/src/index.css
Moritz 873fb50b19 Graph Prop: isInteractive (#56)
* feat(props): add isInteractive

* refactor(selection): dont allow if not interactive

* feat(renderer): add class if is interactive

* chore(inactive): add tests

* refactor(inactive): no connection line, no edge selection

closes #49
2019-10-23 18:42:17 +02:00

11 lines
103 B
CSS

body {
font-family: sans-serif;
}
html, body {
margin: 0;
}
html, body, #root {
height: 100%;
}