• Resolved toddmorgan1967

    (@toddmorgan1967)


    When using the popup, if there is a bunch of text, the popup will flow it outside the viewing area on mobile, and the beginning of the popup is out of frame top side… please help

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter toddmorgan1967

    (@toddmorgan1967)

    I have changed the height of the popup to 400px so that it now sits in the viewing window of mobile, which works and you can scroll through the text but what i need is color bar along right edge to show the visitor that you can scroll the text content. How do I make it so that I can have the default size on desktop but 400px height in mobile?

    Thread Starter toddmorgan1967

    (@toddmorgan1967)

    OK I have managed to get it to work how i like with CSS coding in mobile. But what would be cool is to show the scroller along right edge with a color that is on at all times. when i drag scroll it appears, but i need it to stay… help?

    Hello,

    Please join our live chat, our team will suggest to you.

    Thanks,

    Thread Starter toddmorgan1967

    (@toddmorgan1967)

    OK just did but chat is closed for the day.

    Hello,

    Sorry for the inconvenience, Our team checks this functionality but not possible this functionality popup.

    Let me know if you are any other queries.

    Thanks,

    Thread Starter toddmorgan1967

    (@toddmorgan1967)

    I solved my own problem, no thanks to chat support… I love the plugin but you really need to get better tech support that understands the issue.

    Thread Starter toddmorgan1967

    (@toddmorgan1967)

    In case anyone else needs this:

    ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    }
    ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    This makes the scrollbar always visible…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Popup issues’ is closed to new replies.