mediacube-ui 0.1.60 → 0.1.61

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": "mediacube-ui",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -417,7 +417,7 @@ export default {
417
417
  .tabs-component-tabs {
418
418
  position: sticky !important;
419
419
  top: 0;
420
- z-index: $z-index-sticky;
420
+ z-index: $z-index-sticky-tabs;
421
421
  background-color: $color-white;
422
422
  }
423
423
  }
@@ -2,6 +2,7 @@
2
2
  * @tokens Z-Index
3
3
  */
4
4
 
5
+ $z-index-sticky-tabs: 49;
5
6
  $z-index-dropdown: 100;
6
7
  $z-index-sticky: 100;
7
8
  $z-index-modal: 9999;