Browse Source

add arrowPointAtCenter

visuddhinanda 2 years ago
parent
commit
2c01c8e565
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/auth/StudioCard.tsx

+ 1 - 0
dashboard/src/components/auth/StudioCard.tsx

@@ -47,6 +47,7 @@ const StudioCardWidget = ({ studio, children, popOver }: IWidget) => {
         )
         )
       }
       }
       placement="bottomRight"
       placement="bottomRight"
+      arrowPointAtCenter
     >
     >
       {children}
       {children}
     </Popover>
     </Popover>