don't block inputs on bottom bar

This commit is contained in:
Evan
2025-02-05 20:50:57 -08:00
parent 6abcddc140
commit 3587507f6c
+6 -2
View File
@@ -185,12 +185,16 @@
<player-info-overlay></player-info-overlay>
</div>
<div class="fixed bottom-0 flex w-full flex-col-reverse sm:flex-row z-50">
<div class="w-full sm:w-1/3">
<div
class="bottom-0 w-full flex-col-reverse sm:flex-row z-50"
style="position: fixed; pointer-events: none"
>
<div class="w-full sm:w-1/3" style="pointer-events: auto">
<control-panel></control-panel>
</div>
<div
class="w-full sm:w-2/3 sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end"
style="pointer-events: auto"
>
<events-display></events-display>
</div>