.sticky-col {
    position: sticky;
    left: 0;
    background: #1E1E2D;
    z-index: 2;
}
.sticky-col-header {
    position: sticky;
    left: 0;
    background: #1E1E2D;
    z-index: 3;
}