Skip to content

Commit

Permalink
Update property definition table headers so content scrolls under (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite authored May 29, 2024
1 parent 9c867c4 commit 609e1cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.5.1 (2024-05-29)

- Update property definition table headers so content scrolls under. [#288](https://github.com/blackbaud/skyux-docs-tools/pull/288)

## 10.5.0 (2024-05-23)

- Make property definition table headers sticky. [#287](https://github.com/blackbaud/skyux-docs-tools/pull/287)
Expand Down
2 changes: 1 addition & 1 deletion projects/docs-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/docs-tools",
"version": "10.5.0",
"version": "10.5.1",
"peerDependencies": {
"@angular/common": "^17.3.10",
"@angular/core": "^17.3.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
th {
position: sticky;
top: var(--sky-viewport-top, 0);
z-index: 1;
}

&-table-cell-description {
Expand Down

0 comments on commit 609e1cb

Please sign in to comment.