We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74237eb commit 90487fdCopy full SHA for 90487fd
.changeset/tame-phones-relax.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/polaris': patch
3
4
+
5
+fixed heading offset on IndexTable
polaris-react/src/components/IndexTable/IndexTable.scss
@@ -2,7 +2,7 @@
.IndexTable {
--pc-index-table-translate-offset: 35px;
- --pc-index-table-table-header-offset: 52px;
+ --pc-index-table-table-header-offset: 35px;
6
--pc-index-table-cell: 1;
7
--pc-index-table-sticky-cell: 31;
8
--pc-index-table-scroll-bar: 35;
0 commit comments