3. Horizontal scrolling - I am aware that typing "auto" or "yes" activates scrolling within an iframe, however, I only want scrolling in the vertical

  • MartinBoyle
    Asked on July 7, 2014 at 1:52 PM
    3. Horizontal scrolling - I am aware that typing "auto" or "yes" activates scrolling within an iframe, however, I only want scrolling in the vertical direction, not horizontal. How do I achieve this?
  • David JotForm Support
    Replied on July 7, 2014 at 3:13 PM

    Hi,

    Add this to your iframe embed code and it should allow for only vertical scrolling:

    overflow-x: hidden; overflow-y: scroll;

    Please let us know if you have any other questions and we will be happy to help.

    Thank you for using Jotform!