Skip to content

Commit

Permalink
refactor: enhance ux by using a sticky table head (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
phloose authored Sep 5, 2022
1 parent 38aa098 commit 83f13a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jazzband/static/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ th {
font-weight: $semi-bold;
}
table.projects-index {
thead {
position: sticky;
top: 0;
}
td,
th {
&:first-child {
Expand Down

0 comments on commit 83f13a9

Please sign in to comment.