Skip to content

Commit

Permalink
Merge pull request #731 from bkd-mba-fbi/bug/728-sticky-header-test-t…
Browse files Browse the repository at this point in the history
…able-display-none

scrollTestTable height from outside #728
  • Loading branch information
schefbi authored Aug 29, 2024
2 parents 4ccbbf2 + 9fa5b65 commit ba19a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
.scroll-test-table {
display: table-caption;
overflow-y: scroll;
height: 80vh;
overflow-y: auto;
height: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(unpublish)="unpublish($event)"
#stickyHeader
></thead>
<tbody class="scroll-test-table">
<tbody id="scrollTestTable" class="scroll-test-table">
<tr
*ngFor="
let studentGrade of data.studentGrades;
Expand Down

0 comments on commit ba19a8a

Please sign in to comment.