visuddhinanda 3 anni fa
parent
commit
21138af8e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard/src/components/group/AddMember.tsx

+ 1 - 1
dashboard/src/components/group/AddMember.tsx

@@ -81,7 +81,7 @@ const Widget = ({ groupId, onCreated }: IWidget) => {
   };
   return (
     <Popover
-      placement="bottom"
+      placement="bottomLeft"
       arrowPointAtCenter
       content={form}
       trigger="click"