nath-angular-ui 0.8.4 → 0.8.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nath-angular-ui",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "peerDependencies": {
5
5
  "@angular/aria": "^22.0.0",
6
6
  "@angular/cdk": "^22.0.0",
package/styles/styles.css CHANGED
@@ -177,7 +177,8 @@
177
177
  @apply w-full text-zinc-900 dark:text-slate-200;
178
178
  }
179
179
  table thead {
180
- @apply sticky top-0 z-2 border-b-4 border-b-zinc-300 dark:border-b-zinc-700 bg-body;
180
+ --sticky-top: 0;
181
+ @apply sticky top-(--sticky-top) z-2 border-b-4 border-b-zinc-300 dark:border-b-zinc-700 bg-body;
181
182
  }
182
183
  table tfoot {
183
184
  @apply sticky bottom-0;