Skip to content

Commit

Permalink
Improve the interactions of the participant-table (#48)
Browse files Browse the repository at this point in the history
* Improve the interactions of the participant-table

* Fix the sticky top on vertical scrolling
  • Loading branch information
anthonydillon authored Jun 12, 2024
1 parent ddffac9 commit 61b4814
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions indico_themes_canonical/static/css/_default/participant-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,18 @@
display: block;
overflow-x: auto;
white-space: nowrap;
height: 65vh;
}

table.i-table thead {
position: sticky;
top: 0;
}

table thead th:first-child,
table tbody td:first-child {
position: sticky;
left: 0;
z-index: 2;
background: var(--brand-white);
}

0 comments on commit 61b4814

Please sign in to comment.