html,
body,
.splits {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
  cursor: crosshair;
}

#chart {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.canvas-plot-area.plot-area {
  top: -10px;
  left: -20px;
  bottom: 0px;
  right: -20px;
  height: 98vh;
  width: 100vw;
}

.area {
  display: flex;
  flex: auto;
  height: 50%;
  width: 100%;
}

.splits {
  display: flex;
  flex-direction: column;
}
