How to fit viewport DMNs

I solved the issue by adding some CSS

 #canvas {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: white;
      }

      .dmn-js-parent {
        position: absolute !important;
      }
      .dmn-drd-container {
        height: 100%;
      }

dmn to image is now on npm

1 Like