Skip to content

Commit

Permalink
feat: sticky header for commands table
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Sep 4, 2024
1 parent b7969d5 commit e49c86b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions out/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ table.commands tbody {
overflow: scroll;
}

table.commands tr:nth-child(1) {
position: sticky;
top: 0;
}

/* Large screens only */
@media (min-width: 800px) {
/* ""Undo"" all the mobile styling */
Expand Down

0 comments on commit e49c86b

Please sign in to comment.