Преглед изворни кода

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