From ca94267c4424b5c35b3df66337a90e95bb53a0cf Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:47:12 +0200 Subject: [PATCH] Fix tooltip firefox bug in persistent-notification-item (#22363) --- src/dialogs/notifications/persistent-notification-item.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs/notifications/persistent-notification-item.ts b/src/dialogs/notifications/persistent-notification-item.ts index 16a615296511..45dd3bcfd44c 100644 --- a/src/dialogs/notifications/persistent-notification-item.ts +++ b/src/dialogs/notifications/persistent-notification-item.ts @@ -51,6 +51,7 @@ export class HuiPersistentNotificationItem extends LitElement { static get styles(): CSSResultGroup { return css` .time { + position: relative; display: flex; justify-content: flex-end; margin-top: 6px;