@annalib/anna-core 31.6.20 → 31.6.22

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": "@annalib/anna-core",
3
- "version": "31.6.20",
3
+ "version": "31.6.22",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
@@ -381,7 +381,7 @@
381
381
  td:nth-child(n + #{$last-column-index}),
382
382
  th:nth-child(n + #{$last-column-index}) {
383
383
  position: relative;
384
- top: -1px;
384
+ top: -1px !important;
385
385
  // background-color: lightblue !important; /* Apply styles from non-sticky column to last column **/
386
386
  }
387
387
  }