fix: guard hand landmark visualization

This commit is contained in:
Tom Boullay
2026-04-29 09:52:46 +02:00
parent a8ece3a448
commit 3503ff52ed
6 changed files with 110 additions and 1 deletions
+10
View File
@@ -418,6 +418,16 @@ canvas {
color: #fca5a5;
}
.hand-tracking-visualizer {
position: fixed;
inset: 0;
z-index: 15;
width: 100vw;
height: 100vh;
pointer-events: none;
filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.55));
}
/* Editor page */
.editor-container {
position: fixed;