Преглед на файлове

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}
         {conv.name}
       </button>
       </button>
-      <div className="dropdown dropdown-end h-5">
+      <div tabIndex={0} className="dropdown dropdown-end h-5">
         <BtnWithTooltips
         <BtnWithTooltips
           // on mobile, we always show the ellipsis icon
           // on mobile, we always show the ellipsis icon
           // on desktop, we only show it when the user hovers over the conversation item
           // on desktop, we only show it when the user hovers over the conversation item