server : fix appearance of the chats list context menu for Safari (#14322)

This commit is contained in:
Renat
2025-06-29 19:29:57 +02:00
committed by GitHub
parent f47c1d7106
commit 83790b0e7e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -231,7 +231,7 @@ function ConversationItem({
>
{conv.name}
</button>
<div className="dropdown dropdown-end h-5">
<div tabIndex={0} className="dropdown dropdown-end h-5">
<BtnWithTooltips
// on mobile, we always show the ellipsis icon
// on desktop, we only show it when the user hovers over the conversation item