Skip to content

Instantly share code, notes, and snippets.

@jimbobmcgee
jimbobmcgee / spectre-table-fixed-column-extra.css
Created March 8, 2022 21:50
Spectre.css fixed first-column for scrollable tables
.table tbody th {
font-weight: 600;
border-bottom: 0.05rem solid rgb(218, 222, 228);
}
.table.table-scroll {
position: relative;
}
.table.table-scroll th:nth-child(1) {