body {

}

.table-sticky-head th:first-child,
.table-sticky-head td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}
