You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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