div.cmf-core-controls-treeView-main-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
div.cmf-core-controls-treeView-main-container #cmf-core-controls-treeView-tree-stroke-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  stroke-width: 2;
}
div.cmf-core-controls-treeView-main-container #cmf-core-controls-treeView-tree-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 50px;
}
div.cmf-core-controls-treeView-main-container #cmf-core-controls-treeView-tree-stroke-canvas {
  opacity: 0.45;
}
.treeView-disabled {
  opacity: 0.75;
  pointer-events: none;
}
