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.
Page 1 / 1
Hello
if you are using the embed SDK directly you can use a data-tf-height option.
The embed code would something like this:
<div data-tf-popover="<form-id>" data-tf-height="600"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
Hello
if you are using the embed SDK directly you can use a data-tf-height option.
The embed code would something like this:
<div data-tf-popover="<form-id>" data-tf-height="600"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
Thank you for the feedback. Is there a way to do it with the typeform react component?
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.