How To Make Your Lightbox Scrollable?

  • deblecy
    Asked on January 30, 2015 at 10:51 AM

    Even if I change the height something gets cuts off. 

    Jotform Thread 506707 Screenshot
  • Charlie
    Replied on January 30, 2015 at 1:16 PM

    Hi,

    You can try adding this CSS code in your webpage, under the <head></head> tag.

    <style>

    div.jt-feedback {

    overflow: scroll;

    }

    </style>

     

    That should make your Lightbox scrollable horizontal and vertical, depending on the dimensions you set.

    Let us know if this works.

    Thank you.