Skip to content

Commit

Permalink
fix: increase max height in member management modals
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Nov 26, 2024
1 parent e3263fa commit 9365365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/groups/modals/memberManagementModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function MemberManagementModal({
<div className="w-[45%]">Address</div>
<div className="w-[10%]"></div>
</div>
<div className="space-y-4 max-h-[420px] overflow-y-auto">
<div className="space-y-4 max-h-[22rem] overflow-y-auto">
{values.members.map((member, index) => (
<div
key={index}
Expand Down

0 comments on commit 9365365

Please sign in to comment.