server : fix appearance of the chats list context menu for Safari (#14322)
This commit is contained in:
parent
f47c1d7106
commit
83790b0e7e
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue