@northlight/ui 2.28.2 → 2.28.3

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.
@@ -14101,6 +14101,8 @@
14101
14101
  }),
14102
14102
  components: getCustomComponents(),
14103
14103
  options: customOptions,
14104
+ menuPortalTarget: document.body,
14105
+ styles: { menuPortal: (base) => __spreadProps(__spreadValues({}, base), { zIndex: react.theme.zIndices.popover }) },
14104
14106
  value: selectedOption,
14105
14107
  onChange: handleChange,
14106
14108
  isMulti: false,