@helpwave/hightide 0.11.0 → 0.11.1

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.
@@ -2952,6 +2952,7 @@
2952
2952
  &[data-sticky] {
2953
2953
  position: sticky;
2954
2954
  top: calc(var(--spacing) * 0);
2955
+ z-index: 10;
2955
2956
  }
2956
2957
  }
2957
2958
  [data-name="table-body-row"] {
@@ -24,7 +24,7 @@
24
24
  @apply bg-table-header-background text-description font-bold;
25
25
 
26
26
  &[data-sticky] {
27
- @apply sticky top-0;
27
+ @apply sticky top-0 z-10;
28
28
  }
29
29
  }
30
30
 
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "license": "MPL-2.0",
13
- "version": "0.11.0",
13
+ "version": "0.11.1",
14
14
  "files": [
15
15
  "dist"
16
16
  ],