From 36ea7e0eebdb5c2b0fded433deda94d796317ee2 Mon Sep 17 00:00:00 2001 From: b38peng Date: Tue, 31 Aug 2021 20:19:21 -0300 Subject: [PATCH] comments --- components/TeamMemberCard.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 ( <>