Просмотр исходного кода

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

Renat 6 месяцев назад
Родитель
Сommit
83790b0e7e

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