Skip to content

Commit

Permalink
fix : 높이 고정 및 scroll 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Oct 14, 2023
1 parent ea33542 commit 9026585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MemberTypeSection = ({ memberList, selectedMemberList, setSelectedMemberLi
};

return (
<div className="mb-5 grid grid-cols-2 content-start gap-3 sm:grid-cols-6">
<div className="mb-5 grid h-[580px] grid-cols-2 content-start gap-3 overflow-y-scroll sm:grid-cols-6">
{memberTypes
.filter((memberType) => memberType.renderType !== '탈퇴')
.map((memberType) => (
Expand Down

0 comments on commit 9026585

Please sign in to comment.