[Resolved] Scrollable Sidebar

Home Forums Support [Resolved] Scrollable Sidebar

Home Forums Support Scrollable Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1137816
    Dominik

    Hi there,

    we have made a landingpage where the contact form in the sidebar (and afterwards in the bottom of the page) is a major feature. Everything works well until you fill the form and upload some PDF-files :/
    the form is getting very long and the send button can not be reached anymore.

    is there a way to scroll within the sidebar (as long as it sticks to the side)?

    Thanks for your support!
    Best regards,
    Dominik

    #1138008
    David
    Staff
    Customer Support

    Hi there,

    so this CSS may do the trick by restricting the height of the container to 95% of the browser viewport height and setting the overflow to scroll.

    .inside-right-sidebar .wpforms-form {
        max-height: 95vh;
        overflow-y: scroll;
    }
    #1138117
    Dominik

    PERFECT! Thanks a lot! 😀

    #1138127
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.