Merge pull request #6 from HanzCEO/fix-5

fixed issue #5
This commit is contained in:
evanpelle
2025-02-07 20:38:12 -08:00
committed by GitHub
+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>