mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 12:51:30 +00:00
fixed issue #5
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user