@annalib/anna-core 31.4.23 → 31.4.26

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.4.23",
3
+ "version": "31.4.26",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
@@ -129,6 +129,9 @@
129
129
 
130
130
  .header-row {
131
131
  background: $bg-color;
132
+ top: .1px!important;
133
+ position: sticky;
134
+
132
135
  th {
133
136
  box-shadow: none !important;
134
137
  cursor: default;