* 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
11 lines
103 B
CSS
11 lines
103 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
}
|
|
|
|
html, body, #root {
|
|
height: 100%;
|
|
} |