fix events display + control panel on mobile

This commit is contained in:
Evan
2025-02-09 13:44:52 -08:00
parent ca2b612778
commit 2c77d5a152
+5 -5
View File
@@ -190,15 +190,15 @@
class="bottom-0 w-full flex-col-reverse sm:flex-row z-50"
style="position: fixed; pointer-events: none"
>
<div class="" style="pointer-events: auto; max-width: max-content;">
<control-panel></control-panel>
</div>
<div
class="sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end"
style="pointer-events: auto; max-width: max-content;"
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>
<div class="w-full sm:w-1/3" style="pointer-events: auto">
<control-panel></control-panel>
</div>
</div>
<!-- Scripts -->