stop lighbox viewport from scrolling

  • fraanco3
    Asked on October 26, 2015 at 2:22 PM
  • Welvin Support Team Lead
    Replied on October 26, 2015 at 4:09 PM

    I think the only way you can remove the scrolling would be to add a custom CSS codes in your web stylesheet. Please share us the webpage URL where the lightbox form is embedded so we can check.

    You can try the following custom CSS codes:

    div.jt-content {

    overflow-x: hidden !important;

    overflow-y: hidden !important;

    }

    Thanks