dirk-cfx-react 1.1.66 → 1.1.67

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/dist/index.js CHANGED
@@ -4755,6 +4755,7 @@ function SelectItem(props) {
4755
4755
  data: formattedItems,
4756
4756
  allowDeselect: false,
4757
4757
  searchable: true,
4758
+ comboboxProps: { withinPortal: true, zIndex: 2e3 },
4758
4759
  leftSectionWidth: "4vh",
4759
4760
  leftSection: props.value ? /* @__PURE__ */ jsx(
4760
4761
  Image$1,