@ship-ui/core 0.16.18 → 0.16.19

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ship-ui/core",
3
3
  "license": "MIT",
4
- "version": "0.16.18",
4
+ "version": "0.16.19",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -120,6 +120,7 @@ $shipDialog: true !default;
120
120
  box-shadow: var(--box-shadow-35);
121
121
  position: sticky;
122
122
  top: 0;
123
+ z-index: 100;
123
124
  }
124
125
  }
125
126
 
@@ -144,6 +145,7 @@ $shipDialog: true !default;
144
145
  box-shadow: var(--box-shadow-35);
145
146
  position: sticky;
146
147
  bottom: 0;
148
+ z-index: 100;
147
149
  }
148
150
  }
149
151
  }