remove pointer events on ping div
This commit is contained in:
parent
7a1f8850b8
commit
957bd9491b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default function Item({ service, group }) {
|
|||
</div>
|
||||
)}
|
||||
|
||||
<div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30">
|
||||
<div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30 pointer-events-none">
|
||||
{service.ping && (
|
||||
<div className="flex-shrink-0 flex items-center justify-center cursor-pointer">
|
||||
<Ping group={group} service={service.name} />
|
||||
|
|
Loading…
Add table
Reference in a new issue