diff --git a/components/TeamMemberCard.tsx b/components/TeamMemberCard.tsx index 046ed39c..bfc1d5c8 100644 --- a/components/TeamMemberCard.tsx +++ b/components/TeamMemberCard.tsx @@ -79,6 +79,9 @@ interface Propup extends TeamMemberCardProps { handleClick: () => void; } +// TODO: fix extra space at bottom of popup +// - this is due to height being specified in order to have scrolling + function ExecPopup({ name, role, image, children, handleClick }: Propup) { return ( <>