Skip to content

Commit 83f13a9

Browse files
authored
refactor: enhance ux by using a sticky table head (#1024)
1 parent 38aa098 commit 83f13a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jazzband/static/css/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ th {
389389
font-weight: $semi-bold;
390390
}
391391
table.projects-index {
392+
thead {
393+
position: sticky;
394+
top: 0;
395+
}
392396
td,
393397
th {
394398
&:first-child {

0 commit comments

Comments
 (0)