.bottom-workspace-gutter-component {
  flex-grow: 0;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;

  .inner {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .tabs {
    li {
      cursor: pointer;
      display: inline-block;
      padding: 8px 16px;
      border-right: 2px solid rgba(0, 0, 0, 0.05);
    }
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
  width: 100%;
  height: 100%;
  position: relative;

  .current-tab {
    height: 100%;
    width: 100%;
    flex-shrink: 1;
    overflow: scroll;
    position: relative;
  }
}