Skip to content

Commit

Permalink
Added unreleased message
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoffbeck committed Feb 17, 2021
1 parent 53c29c3 commit a1f1b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Update `IndexTable`'s checkbox header to be aligned with other headers ([#3990](https://github.com/Shopify/polaris-react/issues/3990))
- Fixed `CheckableButton` missing border when focused ([#3988](https://github.com/Shopify/polaris-react/pull/3988))
- Fixed accessibility issue on `Tabs` disclosure popover on close ([#3994](https://github.com/Shopify/polaris-react/pull/3994))
- Fixed accessibility issue when tabbing into `IndexTable` ([#4004](https://github.com/Shopify/polaris-react/pull/4004))

### Documentation

Expand Down
4 changes: 2 additions & 2 deletions src/components/IndexTable/IndexTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ $loading-panel-height: rem(53px);
width: 100%;

&:not(.StickyTableHeader-isSticky) {
top: -1000px;
left: -1000px;
top: rem(-1000px);
left: rem(-1000px);
}
}

Expand Down

0 comments on commit a1f1b1f

Please sign in to comment.