@theroutingcompany/components 0.0.155-alpha.0 → 0.0.156-alpha.0

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.
@@ -2500,7 +2500,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2500
2500
  width: ${e=>e.width??"auto"};
2501
2501
  top: ${e=>e.top}px;
2502
2502
  left: ${e=>e.left}px;
2503
- z-index: 1;
2503
+ z-index: ${f.z_index_foreground_highest};
2504
2504
  background: ${f.color_white};
2505
2505
  border-radius: 6px;
2506
2506
  max-height: 25%;