mozrest-sdk-react-dev 0.3.72 → 0.3.73
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/mozrest-sdk.es.js +3 -2
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -197005,13 +197005,14 @@ const TableMatchCard = ({
|
|
|
197005
197005
|
isClearable: false,
|
|
197006
197006
|
menuPortalTarget: document.body,
|
|
197007
197007
|
styles: {
|
|
197008
|
+
// Above MUI Dialog (1400) when embedded in partner portal table-matching modal
|
|
197008
197009
|
menuPortal: (base) => ({
|
|
197009
197010
|
...base,
|
|
197010
|
-
zIndex:
|
|
197011
|
+
zIndex: 1500
|
|
197011
197012
|
}),
|
|
197012
197013
|
menu: (base) => ({
|
|
197013
197014
|
...base,
|
|
197014
|
-
zIndex:
|
|
197015
|
+
zIndex: 1500
|
|
197015
197016
|
})
|
|
197016
197017
|
}
|
|
197017
197018
|
})
|