@contentful/field-editor-reference 5.8.1 → 5.8.2

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.
@@ -3363,7 +3363,7 @@ var styles$3 = {
3363
3363
  }),
3364
3364
  item: /*#__PURE__*/css({
3365
3365
  marginBottom: tokens.spacingM,
3366
- zIndex: tokens.zIndexModalContent // setting this to an index above 99 fixes dragged item disappearing issue
3366
+ zIndex: tokens.zIndexModal // setting this to an index above 99 fixes dragged item disappearing issue. Should not be higher than 100 so it does not overlap the asset modal.
3367
3367
 
3368
3368
  })
3369
3369
  };