Scroll bar for configurable list to be display on mobile phones

  • miguelhdezs
    Asked on September 1, 2017 at 7:13 PM

    how to make a scroll bar for configurable list to be display on mobile phones.

  • Kevin Support Team Lead
    Replied on September 1, 2017 at 7:29 PM

    You could inject this CSS code to your form: 

    @media screen and (max-device-width: 480px){

     widgetID {

         overflow: auto;

     }

    }

    Replace the highlighted code with the ID of the widget on your form, this guide will help you to get it: https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names 

    And this guide will help you to inject the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps.