Embedded form is not being displayed in full height in chrome browser.

  • johannawise
    Asked on August 29, 2017 at 1:34 AM

    My registration form works fine in Safari and Firefox, but not in Chrome. The bottom is cut off. Help!

     

     

  • Ashwin JotForm Support
    Replied on August 29, 2017 at 3:40 AM

    Hello,

    I have fixed this issue by injecting following custom css code in you form:

    .supernova .form-all, .form-all {

        min-width: 90% !important;

        width: 90% !important;

        height: 1455px !important;

    }

    I would suggest you to please test your form again and get back to us if the issue persists.

    Thank you!