소스 검색

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

Renat 6 달 전
부모
커밋
83790b0e7e
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      tools/server/public/index.html.gz
  2. 1 1
      tools/server/webui/src/components/Sidebar.tsx

BIN
tools/server/public/index.html.gz


+ 1 - 1
tools/server/webui/src/components/Sidebar.tsx

@@ -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