@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 +1 -2
- package/dist/components.css +1 -1
- package/dist/fig-editor.css +1 -1
- package/dist/fig-lab.css +1 -1
- package/dist/fig-lab.js +8 -8
- package/dist/fig.css +1 -1
- package/dist/fig.js +13 -13
- package/fig-lab.css +7 -1
- package/fig-lab.js +19 -9
- package/fig.js +24 -0
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -3153,8 +3153,7 @@ dialog,
|
|
|
3153
3153
|
}
|
|
3154
3154
|
}
|
|
3155
3155
|
dialog[is="fig-dialog"] {
|
|
3156
|
-
|
|
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;
|