Site logo

[Support request] Prevent body scroll for modals/ overlays

Home Forums Support [Support request] Prevent body scroll for modals/ overlays

Home Forums Support Prevent body scroll for modals/ overlays

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #2420053
    David
    Staff
    Customer Support

    You can try fixing the body, but only for the modals with this:

    .modal-open body {
        position: fixed;
    }
    #2420123
    Dorin

    Ok, so this is working. It’s just that I’m taken to the top of the page after I close the modals.

    #2421214
    David
    Staff
    Customer Support

    Grrr… you can’t use the position: fixed then….

    not sure what the solution is there.

    #2421737
    Dorin

    Don’t worry, David. Thanks so much for the help so far.

    #2422631
    David
    Staff
    Customer Support

    Yeah, sorry we couldn’t 100% nail it. But i hope its an improvement 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.