draft-components 4.21.0 → 4.21.1

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.
@@ -3299,6 +3299,7 @@
3299
3299
  position: absolute;
3300
3300
  top: 100%;
3301
3301
  left: 0;
3302
+ z-index: var(--dc-overlay-z-index);
3302
3303
  width: 100%;
3303
3304
  min-width: var(--popup-min-width);
3304
3305
  max-width: var(--popup-max-width);
@@ -141,6 +141,7 @@
141
141
  position: absolute;
142
142
  top: 100%;
143
143
  left: 0;
144
+ z-index: var(--dc-overlay-z-index);
144
145
  width: 100%;
145
146
  min-width: var(--popup-min-width);
146
147
  max-width: var(--popup-max-width);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "draft-components",
3
- "version": "4.21.0",
3
+ "version": "4.21.1",
4
4
  "description": "The React based UI components library.",
5
5
  "type": "module",
6
6
  "exports": {