eduardotkoller / convForm

A jQuery plugin that transforms a form into an interactive chat.
https://eduardotkoller.github.io/convForm
MIT License
180 stars 109 forks source link

Visual problem with firefox #39

Closed EricB91 closed 5 years ago

EricB91 commented 5 years ago

Hi Eduardo,

Thanks a lot for your awesome job with this script.

A noticed a small visual artefact using firefox : when form is long enough, select options are overlapping the question.

Any help ?

image

eduardotkoller commented 5 years ago

Well, this is strange, the plugin adds a padding in the chat exactly for this, and for some reason in firefox it doesn't. I can't look into this right now, but I suspect that if I change the padding to margin, it might work. I'll look into this when I get home.