Browse Source

bottomLeft

visuddhinanda 3 years ago
parent
commit
21138af8e1
1 changed files with 1 additions and 1 deletions
  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"