Skip to content

Commit

Permalink
Merge pull request #17455 from hujambo-dunia/enhance-sticky-table-header
Browse files Browse the repository at this point in the history
freeze (make sticky) header row in tabular files
  • Loading branch information
davelopez authored Feb 23, 2024
2 parents f80095d + 0085bfb commit 97de42f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/style/scss/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ table.info_data_table td:nth-child(1) {
table.info_data_table th:nth-child(1) {
width: 25%;
}
table thead.thead-dark tr th[role="columnheader"] {
position: sticky;
top: 0;
}

// increase visibility of links within alert boxes
.alert-info,
Expand Down

0 comments on commit 97de42f

Please sign in to comment.