@rogieking/figui3 6.18.0 → 6.18.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.
package/components.css CHANGED
@@ -3153,8 +3153,7 @@ dialog,
3153
3153
  }
3154
3154
  }
3155
3155
  dialog[is="fig-dialog"] {
3156
- --z-index: 999999;
3157
- z-index: var(--z-index);
3156
+ /* Non-modal stacking is assigned in FigDialog.show() via figGetHighestZIndex. */
3158
3157
 
3159
3158
  &[autoresize]:not([autoresize="false"]) {
3160
3159
  height: max-content;