• Resolved felixactive

    (@felixactive)


    Hey,

    first of all, great plugin! The first modal popup plugin I found which does NOT place it’s content on every page in the body. Great with registration forms which aren’t allowed to be twice on a page.

    But I have the issue that my registration form inside the popup is longer than the screen, so stuff is hidden below the screen.
    How can I make it scrollable on overflow? Applying this to various wow-modal classes doesn’t seem to do the trick.

    Cheers

Viewing 1 replies (of 1 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    You can put the text in a block

    <div style=”overflow: auto;height: 300px;>
    Your Text
    </div>

    In Pro version you can choose Position – > Absolute

Viewing 1 replies (of 1 total)
  • The topic ‘Make Popup Scrollable’ is closed to new replies.