Horizontal scrollbar appears in dropdown fields

  • asimsidiqi
    Asked on October 31, 2019 at 12:44 AM

    I want to ask why in every field horizontal scroll bar is showing.

    i dont want that. please see screenshot attached.

    Jotform Thread 2021943 Screenshot
  • jherwin
    Replied on October 31, 2019 at 1:35 AM

    To remove the horizontal scroll-bars, please inject the custom CSS code below to your form:

    .form-label-right+.form-input, .form-label-left+.form-input {
        display: inline-block;
        overflow: unset;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    I also forwarded this issue to our backend team for further checking. As soon as we receive an update on this, we will inform you right away.

    Thank you for reporting this problem!

  • asimsidiqi
    Replied on October 31, 2019 at 1:47 AM

    Thanks okay.

  • asimsidiqi
    Replied on October 31, 2019 at 1:51 AM

    how long it would take ?

  • Kiran Support Team Lead
    Replied on October 31, 2019 at 2:44 AM

    Unfortunately, we cannot provide any ETA at this moment. However, since the issue has already been forwarded to our backend team, if there is any news you'll be updated here on this thread. Meanwhile, you may inject the CSS code provided by our colleague to fix the issue. 

    Thank you for your patience and understanding. 

  • aysenur JotForm UI Developer
    Replied on October 31, 2019 at 4:08 AM

    Sorry for the inconvenience. The issue is fixed now. 

    Please let us know if the issue persists.