mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 23:20:09 +00:00
bugfix: allow click on events display
This commit is contained in:
@@ -379,6 +379,7 @@ export class EventsDisplay extends LitElement implements Layer {
|
|||||||
>
|
>
|
||||||
<table
|
<table
|
||||||
class="w-full border-collapse bg-black bg-opacity-60 text-white shadow-lg lg:text-xl text-xs"
|
class="w-full border-collapse bg-black bg-opacity-60 text-white shadow-lg lg:text-xl text-xs"
|
||||||
|
style="pointer-events: auto;"
|
||||||
>
|
>
|
||||||
<tbody>
|
<tbody>
|
||||||
${this.events.map(
|
${this.events.map(
|
||||||
|
|||||||
Reference in New Issue
Block a user