mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 23:08:48 +00:00
Fix: fix search overlay behind status indicators in 0.10.x (#4484)
This commit is contained in:
parent
499ab4d701
commit
1c6480586c
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue