Skip to content

Commit

Permalink
Make table headers sticky.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Aug 16, 2024
1 parent fb0dac0 commit ac4a357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/css/darktable.css
Original file line number Diff line number Diff line change
Expand Up @@ -797,3 +797,9 @@ p:hover a.anchor {
.attention {
color: #df2525;
}

table th {
position: sticky;
top: 0;
background-color: inherit;
}

0 comments on commit ac4a357

Please sign in to comment.