Skip to content

Commit 83790b0

Browse files
authored
server : fix appearance of the chats list context menu for Safari (#14322)
1 parent f47c1d7 commit 83790b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

6 Bytes
Binary file not shown.

tools/server/webui/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function ConversationItem({
231231
>
232232
{conv.name}
233233
</button>
234-
<div className="dropdown dropdown-end h-5">
234+
<div tabIndex={0} className="dropdown dropdown-end h-5">
235235
<BtnWithTooltips
236236
// on mobile, we always show the ellipsis icon
237237
// on desktop, we only show it when the user hovers over the conversation item

0 commit comments

Comments
 (0)