@7shifts/sous-chef 3.56.2-beta0 → 3.56.2-beta1

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.js CHANGED
@@ -9984,7 +9984,7 @@ var useSelectField = function useSelectField(_ref) {
9984
9984
  inputId: controllers.id,
9985
9985
  isClearable: isClearable,
9986
9986
  isDisabled: disabled,
9987
- menuPortalTarget: document.getElementById('app') || document.body,
9987
+ menuPortalTarget: document.getElementById('portals') || document.body,
9988
9988
  menuPlacement: menuShouldScrollIntoView ? 'bottom' : 'auto',
9989
9989
  menuPosition: menuShouldScrollIntoView ? 'absolute' : 'fixed',
9990
9990
  noOptionsMessage: typeof noOptionsMessage === 'function' ? noOptionsMessage : defaultNoOptionsMessage,