@dialpad/dialtone 8.21.0 → 8.21.1

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.
@@ -41,7 +41,6 @@
41
41
  &--sticky {
42
42
  position: sticky;
43
43
  top: 0;
44
- z-index: var(--zi-navigation);
45
44
  }
46
45
  }
47
46
 
@@ -3795,7 +3795,6 @@ legend .d-label {
3795
3795
  .d-root-layout__header--sticky {
3796
3796
  position: sticky;
3797
3797
  top: 0;
3798
- z-index: var(--zi-navigation);
3799
3798
  }
3800
3799
  .d-root-layout__sidebar {
3801
3800
  grid-area: sidebar;