#tree {
  width: 100%;
}

.row {
  margin: 10px;
  height: 90%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}