.table {
  :global {
    .c7n-performance-table-scrollbar {
      background: #ffff;
      border-left: 1px solid var(--divider);
      width: .06rem !important;
    }

    .c7n-performance-table-scrollbar-handle {
      width: 4px;
      border-radius: unset;
    }
  }
}
