how to remove scroll bars on light boxes?

  • pro2colgroup
    Asked on November 23, 2015 at 10:34 AM
  • David JotForm Support
    Replied on November 23, 2015 at 12:28 PM

    Hi,

    Please add this code at the top of your lightbox code or in the before the </head> tag in your website to remove the scrollbar.

    <style>

    .jt-content {overflow:hidden !important;}

    </style>

    That should remove the scroll bar from your Lightbox embed.