@isoftdata/svelte-table 2.10.4 → 2.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Table.svelte CHANGED
@@ -1151,7 +1151,7 @@
1151
1151
 
1152
1152
  th.pinned {
1153
1153
  position: sticky;
1154
- z-index: 5 !important;
1154
+ z-index: 11 !important;
1155
1155
  left: var(--pinned-column-offset, -1);
1156
1156
  }
1157
1157
 
package/dist/Td.svelte CHANGED
@@ -165,7 +165,7 @@
165
165
 
166
166
  .pinned {
167
167
  position: sticky;
168
- z-index: 4 !important;
168
+ z-index: 10 !important;
169
169
  left: var(--pinned-column-offset, -1);
170
170
  }
171
171
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isoftdata/svelte-table",
3
- "version": "2.10.4",
3
+ "version": "2.10.5",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",