Skip to content

Commit 911db6c

Browse files
committed
refact: 바텀 패딩 추가
1 parent d457a86 commit 911db6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/event/ui/EventList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const EventList = ({ category, tag }: EventListComponentProps) => {
100100
) : (
101101
<div
102102
ref={parentRef}
103-
className="relative w-[90%] mx-auto "
103+
className="relative w-[90%] mx-auto h-[80vh] md:h-[85vh] lg:h-[90vh] overflow-auto pb-20"
104104
role="region"
105105
aria-label="이벤트 목록"
106106
tabIndex={0}

0 commit comments

Comments
 (0)