Skip to content

Commit 3be7a54

Browse files
committed
Fix compat modal (had to scroll to see Next on mobile)
1 parent 635e1ec commit 3be7a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/answers/answer-compatibility-question-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export function AnswerCompatibilityQuestionContent(props: {
189189
<Col
190190
className={clsx(
191191
SCROLLABLE_MODAL_CLASS,
192-
'h-[30rem] w-full gap-4 sm:h-[30rem]'
192+
'h-[20rem] w-full gap-4 sm:h-[30rem]'
193193
)}
194194
>
195195
<Col className="gap-2">

0 commit comments

Comments
 (0)