@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/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueharford/scrypted-spatial-awareness",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Cross-camera object tracking for Scrypted NVR with spatial awareness",
5
5
  "author": "Joshua Seidel <blueharford>",
6
6
  "license": "Apache-2.0",
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: 10000;
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: 10001;
374
+ z-index: 1000000;
375
375
  background: #e94560;
376
376
  color: white;
377
377
  border: none;