@blueharford/scrypted-spatial-awareness 0.1.5 → 0.1.6
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/dist/main.nodejs.js +1 -1
- package/dist/main.nodejs.js.map +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
- package/src/main.ts +2 -2
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/main.ts
CHANGED
|
@@ -350,7 +350,7 @@ export class SpatialAwarenessPlugin extends ScryptedDeviceBase
|
|
|
350
350
|
right: 0;
|
|
351
351
|
bottom: 0;
|
|
352
352
|
background: rgba(0, 0, 0, 0.85);
|
|
353
|
-
z-index:
|
|
353
|
+
z-index: 999999;
|
|
354
354
|
align-items: center;
|
|
355
355
|
justify-content: center;
|
|
356
356
|
}
|
|
@@ -371,7 +371,7 @@ export class SpatialAwarenessPlugin extends ScryptedDeviceBase
|
|
|
371
371
|
position: absolute;
|
|
372
372
|
top: 10px;
|
|
373
373
|
right: 10px;
|
|
374
|
-
z-index:
|
|
374
|
+
z-index: 1000000;
|
|
375
375
|
background: #e94560;
|
|
376
376
|
color: white;
|
|
377
377
|
border: none;
|