.sticky-table-column { /* Demo */ border-collapse: collapse; width: 100%; } .sticky-table-column tbody { border-bottom: 1px solid #d1d5db; } .sticky-table-column tr { border-top: 1px solid #d1d5db; } .sticky-table-column__sticky { /* Background color */ background-color: #9ca3af; /* Stick to the left */ left: 0; position: sticky; /* Displayed on top of other rows when scrolling */ z-index: 9999; padding: 0 0.25rem; }