Skip to content

fix(site): prevent FAQ answer clipping#3

Open
thatdavidbelll wants to merge 1 commit into
crynta:mainfrom
thatdavidbelll:fix/faq-accordion-clipping
Open

fix(site): prevent FAQ answer clipping#3
thatdavidbelll wants to merge 1 commit into
crynta:mainfrom
thatdavidbelll:fix/faq-accordion-clipping

Conversation

@thatdavidbelll

Copy link
Copy Markdown

Summary

Fixes FAQ answers opening only partially on the homepage.

The accordion content wrapper was using Radix’s measured content height directly while also applying bottom padding. That made the visible area too short, causing longer FAQ answers to appear clipped. This removes the fixed
inner height and keeps the existing Radix open/close animation on the outer content element.

Test Plan

  • Verified the FAQ answers expand fully at /#faq.
  • Checked longer answers on desktop and mobile-sized viewport.
  • Ran targeted regression check for the removed fixed-height class.
  • Ran pnpm lint.
image

@vercel

vercel Bot commented May 26, 2026

Copy link
Copy Markdown

@thatdavidbelll is attempting to deploy a commit to the Crynta Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant