.scene-tree .tree-host {
  overflow: hidden;
  border-radius: 28px;
}

.scene-tree .tree-host svg {
  overflow: hidden;
}

.scene-tree .tree-panel {
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, rgba(7, 24, 34, .35), rgba(7, 24, 34, .88) 18%);
}
