swift-queen-7691
05/27/2025, 5:06 PM.table-field-sticky {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: var(--surface-background-color);
}
// .table-hover .table-field-sticky{
//     position: sticky;
//     left: 0;
//     z-index: 1;
//    background-color: rgba(colors.$gray4, 0.05);
// }
.dark .table-field-sticky {
  background-color: var(--color-panel-solid);swift-queen-7691
05/27/2025, 5:35 PM