Skip to content

Commit

Permalink
Enhancement to freeze (make sticky) header row in tabular files for v…
Browse files Browse the repository at this point in the history
…ery long datasets scrolling; enhnacement is intended only for tables with user datasets (and not all tables on Galaxy).
  • Loading branch information
hujambo-dunia committed Feb 10, 2024
1 parent 9c3a020 commit 0085bfb
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 0085bfb

Please sign in to comment.