fix: move debug overlay below the HUD row so the tracking chip (freeze toggle) is tappable again
This commit is contained in:
+3
-1
@@ -88,11 +88,13 @@
|
||||
<button id="backBtn">← Back</button>
|
||||
</div>
|
||||
|
||||
<!-- #dbg sits BELOW the #hud row: it takes pointer events in dev mode, so overlapping
|
||||
the tracking chip made the freeze toggle unreachable (taps cycled the engine instead). -->
|
||||
<div id="hud" class="hidden">
|
||||
<span id="trk">—</span>
|
||||
<span id="cnt">—</span>
|
||||
</div>
|
||||
<pre id="dbg" style="position:fixed;top:8px;left:8px;margin:0;padding:6px 8px;z-index:9998;
|
||||
<pre id="dbg" style="position:fixed;top:48px;left:8px;margin:0;padding:6px 8px;z-index:9998;
|
||||
background:rgba(6,8,15,.72);color:#8fffd0;font:11px/1.45 monospace;border-radius:6px;
|
||||
pointer-events:none;white-space:pre;display:none"></pre>
|
||||
<button id="shutter" class="hidden" aria-label="Take photo"></button>
|
||||
|
||||
Reference in New Issue
Block a user