Skip to content

Commit

Permalink
hotfix:최근 제출 답안 높이 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-byeong committed Dec 5, 2024
1 parent 230e315 commit f8857bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Statistics({
totalParticipants={totalParticipants}
quizData={quizData}
/>
<div className="flex flex-col gap-2 max-h-full">
<div className="flex flex-col gap-2 max-h-[calc(100vh-300px)]">
<RecentSubmittedAnswers
userSubmitHistory={masterStatistics.submitHistory}
history={history}
Expand Down

0 comments on commit f8857bc

Please sign in to comment.