Fix ping stats not clickable in 0.6.30

Closes #1997
This commit is contained in:
shamoon 2023-09-16 07:37:31 -07:00
parent 38079badc8
commit 816a2a5106

View File

@ -78,7 +78,7 @@ export default function Item({ service, group }) {
</div>
)}
<div className="absolute top-0 right-0 flex flex-row justify-end gap-2 mr-2 z-30 pointer-events-none service-tags">
<div className="absolute top-0 right-0 flex flex-row justify-end gap-2 mr-2 z-30 service-tags">
{service.ping && (
<div className="flex-shrink-0 flex items-center justify-center service-tag service-ping">
<Ping group={group} service={service.name} />