Skip to content

Commit

Permalink
Fix: fix search overlay behind status indicators in 0.10.x (#4484)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon authored Dec 24, 2024
1 parent 499ab4d commit 1c64805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/services/item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Item({ service, groupName, useEqualHeights }) {
<div
className={`absolute top-0 right-0 flex flex-row justify-end ${
statusStyle === "dot" ? "gap-0" : "gap-2 mr-2"
} z-30 service-tags`}
} z-10 service-tags`}
>
{service.ping && (
<div className="flex-shrink-0 flex items-center justify-center service-tag service-ping">
Expand Down

0 comments on commit 1c64805

Please sign in to comment.