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.
package/dist/index.css CHANGED
@@ -684,6 +684,10 @@
684
684
  color: var(--red) !important;
685
685
  }
686
686
 
687
+ ._3k6ik{
688
+ position: relative;
689
+ }
690
+
687
691
  ._3k6ik > span {
688
692
  display: inline-block;
689
693
  font-size: 14px;
package/dist/index.js CHANGED
@@ -629,8 +629,8 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
629
629
  icon: freeSolidSvgIcons.faCaretDown
630
630
  }))), this.state.isDisplay ? /*#__PURE__*/React__default.createElement("div", {
631
631
  style: {
632
- top: this.inputRef.current.offsetTop + 60,
633
- left: this.inputRef.current.offsetLeft,
632
+ top: this.inputRef.current.getBoundingClientRect().y + 60,
633
+ left: this.inputRef.current.getBoundingClientRect().x,
634
634
  width: this.inputRef.current.offsetWidth
635
635
  },
636
636
  className: style$6.form_select_values