Skip to content

Commit

Permalink
Merge IndexTable accessibility change from web (#4004)
Browse files Browse the repository at this point in the history
Added unreleased message
  • Loading branch information
lhoffbeck committed Feb 17, 2021
1 parent 4cad20b commit 1fcc776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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
5 changes: 5 additions & 0 deletions src/components/IndexTable/IndexTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ $loading-panel-height: rem(53px);
position: absolute;
display: flex;
width: 100%;

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

.StickyTableColumnHeader {
Expand Down

0 comments on commit 1fcc776

Please sign in to comment.