:global {
  .dj-table {
    position: relative;

    &__header-bar {
      position: relative;
      padding: 0 40px;
      background-color: rgb(237, 239, 243);
      z-index: 1;
    }

    .@{ant-prefix}-table-thead > .dj-table__header-bar-placeholder {
      position: absolute;
      width: 100%;
    }

    &__header-bar-placeholder_hidden {
      position: relative;
      opacity: 0;
      width: 0;
      z-index: -1;
    }

    &__fixed-left-header-bar-placeholder {
      visibility: hidden;
      width: 0;
    }
  }
}
