From fe49f8590ba8d8676cf23b8540621d072cfa7666 Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Wed, 8 Jul 2026 16:14:42 -0700 Subject: [PATCH] Fix DM unread dot layering --- .../web/src/pages/chat-page/components/ChatListItem.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web/src/pages/chat-page/components/ChatListItem.module.css b/packages/web/src/pages/chat-page/components/ChatListItem.module.css index 4d408b6ce88..d011d59079e 100644 --- a/packages/web/src/pages/chat-page/components/ChatListItem.module.css +++ b/packages/web/src/pages/chat-page/components/ChatListItem.module.css @@ -64,6 +64,8 @@ .minimizedUnreadIndicatorTag { display: none; position: absolute; + /* Harmony Image renders the avatar img at z-index 2. */ + z-index: 3; top: var(--harmony-unit-4); right: var(--harmony-unit-4); height: var(--harmony-unit-4);