Enable body scroll while modal is open // ConvertPlus Modal Popup

Hello!

Have searched through ConvertPlus documentation but can’t find the info.

I would like for body scrolling to be enabled when my modals are open. My modals are all the menu items. “Submit // Login // Register” or if you’re already logged in just “Submit // Logout”

It’s in their demo but can’t find the answer. :thinking:

THANKS AS ALWAYS!!!

Hi There,

By default, scrolling is disabled on Convertplus. It is enabled on their demo site because they add the following custom CSS that override default Convertplus setting:

    overflow: auto !important;
}```

Try that and let us know how this goes.

Awesome. This is working perfectly!

Thanks much! :smile:

You are most welcome. :slight_smile: