@7shifts/sous-chef 3.70.1-beta.0 → 3.71.0

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
@@ -10334,7 +10334,7 @@ var useSelectField = function useSelectField(_ref) {
10334
10334
  inputId: controllers.id,
10335
10335
  isClearable: isClearable,
10336
10336
  isDisabled: disabled,
10337
- menuPortalTarget: document.getElementsByClassName('page-content')[0] || document.body,
10337
+ menuPortalTarget: document.body,
10338
10338
  menuPlacement: menuShouldScrollIntoView ? 'bottom' : 'auto',
10339
10339
  menuPosition: menuShouldScrollIntoView ? 'absolute' : 'fixed',
10340
10340
  noOptionsMessage: typeof noOptionsMessage === 'function' ? noOptionsMessage : defaultNoOptionsMessage,