From ac0f74963989cbc4d2ef4dd1e65b72bd0177bbbe Mon Sep 17 00:00:00 2001 From: gurramkarthiknetha Date: Fri, 13 Dec 2024 11:16:09 +0530 Subject: [PATCH] c1 --- src/screens/EventVolunteers/EventVolunteers.module.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/screens/EventVolunteers/EventVolunteers.module.css b/src/screens/EventVolunteers/EventVolunteers.module.css index 84b19f0a9f..37973fced5 100644 --- a/src/screens/EventVolunteers/EventVolunteers.module.css +++ b/src/screens/EventVolunteers/EventVolunteers.module.css @@ -253,14 +253,7 @@ hr { height: 25px !important; border-radius: 100% !important; } - .avatarContainer { width: 28px; height: 26px; } - -/* Modal Table (Groups & Assignments) */ -.modalTable { - max-height: 220px; - overflow-y: auto; -}