diff --git a/public/styles.css b/public/styles.css index d67c905..c1becd8 100644 --- a/public/styles.css +++ b/public/styles.css @@ -314,7 +314,7 @@ p { } .member-card.expanded .member-details { - max-height: 500px; /* Adjust based on your content */ + max-height: 2000px; /* Allow full expansion for active tasks while maintaining smooth transition */ opacity: 1; } @@ -1652,7 +1652,7 @@ p { } .member-card.expanded .member-details { - max-height: 500px; /* Adjust based on your content */ + max-height: 2000px; /* Allow full expansion for active tasks while maintaining smooth transition */ opacity: 1; }