@northlight/ui 2.36.4 → 2.36.5

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.
@@ -14762,7 +14762,7 @@ const ComboPicker = (_a) => {
14762
14762
  )
14763
14763
  )
14764
14764
  })
14765
- ), isOpen && /* @__PURE__ */ React.createElement(Box, { position: "absolute", width: "100%" }, /* @__PURE__ */ React.createElement(
14765
+ ), isOpen && /* @__PURE__ */ React.createElement(Box, { position: "absolute", width: "100%", top: 0 }, /* @__PURE__ */ React.createElement(
14766
14766
  Select,
14767
14767
  {
14768
14768
  ref: selectRef,