@true-engineering/true-react-common-ui-kit 3.44.0 → 3.44.1

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.
@@ -8055,7 +8055,7 @@
8055
8055
  children: triggerElement
8056
8056
  })) : triggerElement,
8057
8057
  isMounted && /* @__PURE__ */ jsx(react.FloatingPortal, {
8058
- root: !shouldRenderInBody ? refs.reference.current : void 0,
8058
+ root: shouldRenderInBody ? document.body : refs.reference.current,
8059
8059
  children: /* @__PURE__ */ jsx("div", _object_spread_props$R(_object_spread$_({
8060
8060
  ref: refs.setFloating,
8061
8061
  style: floatingStyles,