khguide/public/styles/bbs/melding.css

14 lines
182 B
CSS

table {
thead {
position: sticky;
top: 0;
}
th.crystal {
border-top: 0;
border-bottom: var(--table-border);
border-right: var(--table-border);
border-radius: 0;
}
}