.pk-horizontal-layout-container {
  position: relative;

  &:after {
    clear: both;
    content: "";
    display: table;
  }

  .pk-block-control {
    position: absolute;
    color: $primary-color;
    top: 6px;
    left: -15px;
    cursor: pointer;
  }

  .pk-left-container {
    max-height: 100%;
    overflow-x: auto;
    float: left;
  }

  .pk-right-container {
    width: calc(100% - 200px - 12px);
    float: right;
  }
}
