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);
Do checkout video for more context.
If anyone has a pointer or suggestion, I'd really appreciate the help 🙏swift-queen-7691
05/27/2025, 5:35 PM