• Resolved jamft

    (@jamft)


    Hello Simon,
    I just found out that the slider pop html is not abel to scroll the content, which is not good on for example mobile devices. the content ist not fully displayed. Is there a possibility to y-scroll the html popup?
    Regards
    Jürgen

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Hi, looking at the ‘Edge Web Pages’ demo page:
    http://edgewebpages.com/

    See this screenshot:
    https://gyazo.com/941487d10863723027fa8c6fcdc72477

    To me it looks like the scrolling works ok?
    When I scroll the browser window downwards, the rest of the popup is displayed.

    Can you give me the link of the page where you are experiencing the issue?

    Thread Starter jamft

    (@jamft)

    Hi,
    thanks for your reply.
    Here ist the link: http://ra-grund.de/cms/mitarbeiter/
    Using an iPhone for example when looking the popup for Dr. Jochen Grund the window is not scrollable, try it also in landscape.
    This is also not working when I look at your demo page for html popup html table or html unordered list. it doesnt scroll.

    Plugin Author simonpedge

    (@simonpedge)

    You can get around this by using some CSS, such as:

    @media only screen and (max-width:767px) {
    .sa_popup .mfp-content,
    .sa_popup .mfp-content > div {
    max-height:400px !important; overflow-y:scroll !important; }
    }

    Thread Starter jamft

    (@jamft)

    Now it works, but I had to use it like this:

    .sa_custom_popup,
    .sa_custom_popup > div {
    max-height: 400px !important; overflow-y:scroll !important; }

    Thanks and regards
    Jürgen

    Plugin Author simonpedge

    (@simonpedge)

    Am marking as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Scrolling in html popup’ is closed to new replies.