Site logo

Archived topic

Prevent body scroll for modals/ overlays

19 replies · Started by Dorin on November 16, 2022

Viewing posts 16–20 of 20

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

.modal-open body {
    position: fixed;
}

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

Grrr... you can't use the position: fixed then....

not sure what the solution is there.

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

Yeah, sorry we couldn't 100% nail it. But i hope its an improvement :)

This archived topic is closed to new replies.