Skip to content

Commit f677eba

Browse files
committed
Add scroll fix for tab content
Signed-off-by: SeeuSim <[email protected]>
1 parent a65cd8c commit f677eba

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/routes/interview/[room]

1 file changed

+1
-1
lines changed

frontend/src/routes/interview/[room]/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const InterviewRoom = () => {
6666
<TabsTrigger value='details'>Question Details</TabsTrigger>
6767
<TabsTrigger value='attempts'>Past Attempts</TabsTrigger>
6868
</TabsList>
69-
<TabsContent value='details' className='h-full'>
69+
<TabsContent value='details' className='h-[calc(100%-44px)]'>
7070
<QuestionDetails {...{ questionDetails }} />
7171
</TabsContent>
7272
<TabsContent value='attempts' className='flex h-[calc(100%-44px)]'>

0 commit comments

Comments
 (0)