@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.
@@ -30454,7 +30454,7 @@ const Nz = N.div`
30454
30454
  width: ${(e) => e.width ?? "auto"};
30455
30455
  top: ${(e) => e.top}px;
30456
30456
  left: ${(e) => e.left}px;
30457
- z-index: 1;
30457
+ z-index: ${f.z_index_foreground_highest};
30458
30458
  background: ${f.color_white};
30459
30459
  border-radius: 6px;
30460
30460
  max-height: 25%;