Hey There,
Is it possible to change the height of the popover using the react library components? The standard one makes it hard to read when choosing long multiple choice questions.
Answered
Popover React Library Height
Best answer by mathio-tf
I think it should be possible to do like this:
<Popover id={formId} height={600} />
You can try it yourself on CodeSandbox with our demo here:
https://github.com/Typeform/embed-demo
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.