How can I make my checklist scrollable so that it doesnt take up so much space?

  • Findagrindofficial
    Asked on October 27, 2019 at 8:35 PM

    in order to keep it in balance with the rest of the form pages I need to make the check box scrollable

  • Kiran Support Team Lead
    Replied on October 28, 2019 at 4:18 AM

    I believe that you are referring to the form https://www.jotform.com/92437754922162 in your account. Please try adding the following CSS code to your form to reduce the height of the widget and enable scrolling.

    #cid_11 {

        height: 300px;

        overflow: scroll;

    }

    Thanks!