diff --git a/web/chat/chat-thread-list-item-menu.css b/web/chat/chat-thread-list-item-menu.css --- a/web/chat/chat-thread-list-item-menu.css +++ b/web/chat/chat-thread-list-item-menu.css @@ -41,7 +41,7 @@ .menuContent { display: none; position: absolute; - top: calc(100% + 1px); + top: 100%; right: 11px; z-index: 1; width: max-content;