@indice/ng-components 0.2.173-beta.18 → 0.2.173-beta.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.
Files changed (2) hide show
  1. package/_styles.scss +1 -1
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -428,7 +428,7 @@
428
428
  }
429
429
 
430
430
  .sidebar-static-menu-sticky-header-container {
431
- @apply sticky top-0 z-10 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
431
+ @apply sticky top-0 z-20 flex-shrink-0 flex h-16 bg-gray-900 shadow-2xl;
432
432
  }
433
433
 
434
434
  .sidebar-static-menu-toggle-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.18",
3
+ "version": "0.2.173-beta.19",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",