#jakub_50765
1 messages ยท Page 1 of 1 (latest)
Hi can you screenshot it?
Hi, ok I'll do, just a minute
sorry, it is in czech but you can see only Link method is rendered along with See more link
When click See more, Paypal is shown
I haven't found any settings in Stripe JS yet
Hmm does your modal height change when you click?
yeh, when I click "See more" our modal, out modal height get changed as it has auto height so it is adjusted based on content
our modal height
Um I think that's default based on the initial height. If you set you modal a bit taller should it expand in the first place? ๐
ah ok, thanks, I'll try it and let you know ๐
hmm but it would be pretty dificult to predict what height should be as I don't know number of Stripe method being rendered, isn't there any way how to force it to render all methods?
or I could do bit of workaround - once express checkout is ready, call click() on "See more" button to show all methods ๐
overflow: 'never' may help