fixed issue #5

This commit is contained in:
Hanz
2025-02-07 16:45:23 +07:00
parent 3587507f6c
commit 1efe3a646b
+3 -3
View File
@@ -189,12 +189,12 @@
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">
<div class="" style="pointer-events: auto; max-width: max-content;">
<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"
class="sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end"
style="pointer-events: auto; max-width: max-content;"
>
<events-display></events-display>
</div>