File size: 183 Bytes
b9fe2b4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.canvasWrapper {
  position: relative;
  height: 100%;
  :global(.react-flow__node-group) {
    .commonNode();
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}