@rogieking/figui3 3.0.0 → 3.0.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.
- package/components.css +2 -2
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -3283,7 +3283,7 @@ fig-joystick {
|
|
|
3283
3283
|
|
|
3284
3284
|
.fig-joystick-axis-label {
|
|
3285
3285
|
position: absolute;
|
|
3286
|
-
z-index:
|
|
3286
|
+
z-index: 1;
|
|
3287
3287
|
pointer-events: none;
|
|
3288
3288
|
user-select: none;
|
|
3289
3289
|
color: var(--figma-color-text-tertiary);
|
|
@@ -3393,7 +3393,7 @@ fig-joystick {
|
|
|
3393
3393
|
|
|
3394
3394
|
.fig-input-joystick-handle {
|
|
3395
3395
|
position: absolute;
|
|
3396
|
-
z-index:
|
|
3396
|
+
z-index: 2;
|
|
3397
3397
|
width: 1rem;
|
|
3398
3398
|
height: 1rem;
|
|
3399
3399
|
background: var(--figma-color-bg-brand);
|
package/package.json
CHANGED