Skip to content

Commit

Permalink
Sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 committed Nov 5, 2024
1 parent 0ef2d11 commit 59d352e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@ table thead {
color: black;
}

table tfoot {
position: sticky;
bottom: 0px;
}
table tfoot th{
font-weight: lighter !important;
text-align: center !important;
background-color: #444444;
color: white;
}

.criteria-red {
background-color: #C00A35;
color: white;
Expand All @@ -105,9 +116,3 @@ table thead {
padding: .5em;
}

table tfoot th{
font-weight: lighter !important;
text-align: center !important;
background-color: #444444;
color: white;
}

0 comments on commit 59d352e

Please sign in to comment.