ui-kit-ck-consultant 0.5.223 → 0.5.224

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.
@@ -626,8 +626,8 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
626
626
  icon: faCaretDown
627
627
  }))), this.state.isDisplay ? /*#__PURE__*/React.createElement("div", {
628
628
  style: {
629
- top: this.inputRef.current.offsetTop + 60,
630
- left: this.inputRef.current.offsetLeft,
629
+ top: this.inputRef.current.getBoundingClientRect().y + 60,
630
+ left: this.inputRef.current.getBoundingClientRect().x,
631
631
  width: this.inputRef.current.offsetWidth
632
632
  },
633
633
  className: style$6.form_select_values