mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-02 13:58:18 -05:00
Fix compat modal (had to scroll to see Next on mobile)
This commit is contained in:
@@ -189,7 +189,7 @@ export function AnswerCompatibilityQuestionContent(props: {
|
||||
<Col
|
||||
className={clsx(
|
||||
SCROLLABLE_MODAL_CLASS,
|
||||
'h-[30rem] w-full gap-4 sm:h-[30rem]'
|
||||
'h-[20rem] w-full gap-4 sm:h-[30rem]'
|
||||
)}
|
||||
>
|
||||
<Col className="gap-2">
|
||||
|
||||
Reference in New Issue
Block a user