@ornikar/kitt-universal 25.59.0 → 25.59.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.
@@ -11389,6 +11389,7 @@ function Picker(_ref) {
11389
11389
  left: 0,
11390
11390
  width: isItemsWidthFixed ? '100%' : itemsWidth,
11391
11391
  maxWidth: isItemsWidthFixed ? 'kitt.picker.maxWidthFixed' : undefined,
11392
+ zIndex: 1,
11392
11393
  _web: {
11393
11394
  style: {
11394
11395
  transform: "translate3d(".concat(tooltipX, "px, ").concat(tooltipY, "px, 0)"),