@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -10505,7 +10505,7 @@ const useSelectField = _ref => {
|
|
|
10505
10505
|
inputId: controllers.id,
|
|
10506
10506
|
isClearable,
|
|
10507
10507
|
isDisabled: disabled,
|
|
10508
|
-
menuPortalTarget: document.
|
|
10508
|
+
menuPortalTarget: document.body,
|
|
10509
10509
|
menuPlacement: menuShouldScrollIntoView ? 'bottom' : 'auto',
|
|
10510
10510
|
menuPosition: menuShouldScrollIntoView ? 'absolute' : 'fixed',
|
|
10511
10511
|
noOptionsMessage: typeof noOptionsMessage === 'function' ? noOptionsMessage : defaultNoOptionsMessage,
|