
.gx6-terminal {
  display: flex;
  flex-direction: column;
  height: 100%;
  &-header {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 8px;
  }
  &-xterm{
    flex: 1;
    overflow: auto;
    &-container {
      padding: 6px 0 6px 6px;
      flex: 1;
      display: flex;
      height: 0;
      background-color: rgb(0, 0, 0);
    }
    .xterm-viewport {
      scrollbar-width: thin;
      scrollbar-color: #4c4d4f transparent;
    }
  }
}
