.oflow-client--console-panel-container {
  width: 100%;
  position: relative;
  background-color: #fff;

  .oflow-client--console-panel-content {
    left: 0;
    right: 0;
    bottom: 0;

    &,
    .flow-editor--resize-bar-container {
      background-color: #fff;
    }

    .oflow-client--console-panel-content--tabs--tab-item {
      height: 100%;
    }
  }
}