• Resolved slawcole

    (@slawcole)


    Hello

    I have tried the following:

    .comp-modal {
    position: absolute;
    top: 20%;

    However it enables one to use the browsers scroller.

    I’d like a scrollbar on the actual modal windows showing the compliments?

    Is there custom CSS i can use for this? Please help!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter slawcole

    (@slawcole)

    Hi

    I combined some code i found on other topics. This seems to do the trick:

    .comp-modal {
    position: absolute !important;
    }

    .comp-form-ul {

    max-height: 400px;
    overflow-y: scroll;
    }

    Thanks!

    I’m glad you made it work. Thanks for letting me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add scrollbar to modal windows’ is closed to new replies.